mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Update dscanner to v0.14.0
This version includes support for the new 'static assert' syntax introduced in DMD 2.102.0, which allows multiple message arguments.
This commit is contained in:
parent
98de7a5bfc
commit
3acf18c099
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ ROOT_OF_THEM_ALL = generated
|
|||
ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(BUILD)/$(MODEL)
|
||||
DUB=dub
|
||||
TOOLS_DIR=../tools
|
||||
DSCANNER_HASH=308bdfd1c18c435c94b712f3c941d787884ef1f3
|
||||
DSCANNER_HASH=d5d6920502bf1bfdb29474007a59fd606df0aadc
|
||||
DSCANNER_DIR=$(ROOT_OF_THEM_ALL)/dscanner-$(DSCANNER_HASH)
|
||||
|
||||
# Set DRUNTIME name and full path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue