mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 21:22:22 +03:00
Merge pull request #363 from wilzbach/bump_lidparse
Bump libdparse to 0.10.12
This commit is contained in:
commit
3116319831
2 changed files with 2 additions and 2 deletions
2
dub.sdl
2
dub.sdl
|
@ -8,7 +8,7 @@ targetType "none"
|
|||
subPackage {
|
||||
name "tests_extractor"
|
||||
targetType "executable"
|
||||
dependency "libdparse" version="~>0.8.0"
|
||||
dependency "libdparse" version="~>0.10.12"
|
||||
sourceFiles "tests_extractor.d"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env dub
|
||||
/++dub.sdl:
|
||||
name "tests_extractor"
|
||||
dependency "libdparse" version="~>0.8.0"
|
||||
dependency "libdparse" version="~>0.10.12"
|
||||
+/
|
||||
/*
|
||||
* Parses all public unittests that are visible on dlang.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue