Skip to content

Commit

Permalink
Merge pull request #4 from dfns/update-generic-ec
Browse files Browse the repository at this point in the history
Update `generic-ec`
  • Loading branch information
survived authored Mar 1, 2024
2 parents 9fe1e1c + 73b2daf commit 2569de1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 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,14 +1,14 @@
[package]
name = "slip-10"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "SLIP10 implementation in Rust"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
generic-ec = { version = "0.1", default-features = false }
generic-ec = { version = "0.2", default-features = false }

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

0 comments on commit 2569de1

Please sign in to comment.