Skip to content

Commit

Permalink
Remove version field from wycheproof* dev-deps to make Cargo publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Feb 1, 2021
1 parent 895f7df commit 79b1008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ zeroize = { version = "1.2.0", default-features = false }
[dev-dependencies]
hex = { version = "0.4.2", default-features = false }
hex-literal = "0.2.1"
wycheproof = { version = "0.1", path = "wycheproof" }
wycheproof-gen = { version = "0.1", path = "wycheproof/wycheproof-gen" }
wycheproof = { path = "wycheproof" }
wycheproof-gen = { path = "wycheproof/wycheproof-gen" }

[features]
slow-motion = []
Expand Down

0 comments on commit 79b1008

Please sign in to comment.