Skip to content

Commit

Permalink
update unit-thhreaded (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost91- authored and Abscissa committed May 3, 2018
1 parent b522c9f commit fdb595d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ configuration "unittest-vibe-ut" {

dependency "vibe-d:core" version=">=0.7.32 <0.9.0-0" optional=false

// Need v0.7.37. Problem with v0.7.38: https://github.com/atilaneves/unit-threaded/issues/107
dependency "unit-threaded" version="==0.7.37"
dependency "unit-threaded" version="~>0.7.45"

debugVersions "MYSQLN_TESTS"
versions "MYSQLN_TESTS_NO_MAIN"
versions "unitUnthreaded"

preBuildCommands "dub run unit-threaded -c gen_ut_main -- -f bin/ut.d"
}
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"libevent": "2.0.1+2.0.16",
"memutils": "0.4.7",
"openssl": "1.1.4+1.0.1g",
"unit-threaded": "0.7.37",
"unit-threaded": "0.7.45",
"vibe-d": "0.7.32"
}
}

0 comments on commit fdb595d

Please sign in to comment.