Skip to content

Commit

Permalink
Update generic-ec to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed May 16, 2024
1 parent 9d7c59a commit e03e246
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 116 deletions.
121 changes: 7 additions & 114 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slip-10"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "SLIP10 implementation in Rust"
Expand All @@ -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.2", default-features = false }
generic-ec = { version = "0.3", default-features = false }

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

0 comments on commit e03e246

Please sign in to comment.