Update test-case

This commit is contained in:
Vincent Prouillet 2021-01-17 09:41:33 +01:00
parent 6330184e7b
commit 96fb798a4a
2 changed files with 4 additions and 7 deletions

5
Cargo.lock generated
View file

@ -2668,8 +2668,9 @@ dependencies = [
[[package]]
name = "test-case"
version = "1.0.0"
source = "git+https://github.com/frondeus/test-case#65b6fb60c69054950a149b64a0a9f042c0e4fd59"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "956044ef122917dde830c19dec5f76d0670329fde4104836d62ebcb14f4865f1"
dependencies = [
"cfg-if 1.0.0",
"proc-macro2",

View file

@ -18,8 +18,4 @@ errors = { path = "../errors" }
utils = { path = "../utils" }
[dev-dependencies]
# Remove from git patch when 1.0.1 is released
# https://github.com/frondeus/test-case/issues/62
# test-case = "1.0"
test-case = { git = "https://github.com/frondeus/test-case" }
test-case = "1"