Skip to content

Commit

Permalink
Fix top-level package version dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Jul 20, 2021
1 parent 17f2f0e commit e5095a8
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 @@ -27,8 +27,8 @@ serde_json = "1.0"
hex-literal = "0.2.1"

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

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

0 comments on commit e5095a8

Please sign in to comment.