Merge pull request #363 from wilzbach/bump_lidparse

Bump libdparse to 0.10.12
This commit is contained in:
Sebastian Wilzbach 2019-01-10 21:01:22 +01:00 committed by GitHub
commit 3116319831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"
}

View file

@ -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