Skip to content

Commit

Permalink
Merge pull request #7 from dfns/update-generic-ec
Browse files Browse the repository at this point in the history
Update `generic-ec`
  • Loading branch information
survived authored Jun 20, 2024
2 parents 9680b55 + 93329aa commit 563d5f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.4.0
* Update `generic-ec` dep to `v0.4` [#7]

[#7]: https://github.com/dfns/slip-10/pull/7

## v0.3.0
* Update `generic-ec` dependency to `v0.3` [#6]

Expand Down
15 changes: 6 additions & 9 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.3.0"
version = "0.4.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.3", 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 }
Expand Down

0 comments on commit 563d5f1

Please sign in to comment.