Skip to content

Commit

Permalink
Fix build dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed May 18, 2021
1 parent a3319f2 commit 98d7025
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 @@ -26,8 +26,8 @@ serde_json = "1.0"
hex-literal = "0.2.1"

[build-dependencies]
libsecp256k1-gen-ecmult = { version = "0.1.0", path = "gen/ecmult" }
libsecp256k1-gen-genmult = { version = "0.1.0", path = "gen/genmult" }
libsecp256k1-gen-ecmult = { version = "0.2.0", path = "gen/ecmult" }
libsecp256k1-gen-genmult = { version = "0.2.0", path = "gen/genmult" }

[features]
default = ["std", "hmac", "static-context"]
Expand Down

0 comments on commit 98d7025

Please sign in to comment.