Skip to content

Commit

Permalink
Remove minor version of generic-ec dep
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Jun 20, 2024
1 parent ab51003 commit 93329aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/dfns/slip-10"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
generic-ec = { version = "0.4.0", default-features = false }
generic-ec = { version = "0.4", default-features = false }

hmac = { version = "0.12", default-features = false }
sha2 = { version = "0.10", default-features = false }

0 comments on commit 93329aa

Please sign in to comment.