Skip to content

Commit

Permalink
Merge pull request #6 from dfns/generic-ec-v03
Browse files Browse the repository at this point in the history
Update `generic-ec` to `v0.3`
  • Loading branch information
survived authored May 17, 2024
2 parents 9d7c59a + 87c9602 commit 9680b55
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 116 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.3.0
* Update `generic-ec` dependency to `v0.3` [#6]

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

## v0.2.0

Changes prior to that version were not recorded
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 9680b55

Please sign in to comment.