Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from jasl/patch-2
Browse files Browse the repository at this point in the history
Downgrade schnorrkel
  • Loading branch information
bkchr authored Aug 25, 2021
2 parents c4bd2d2 + 2a025c6 commit c56994c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate-bip39"
version = "0.4.3"
version = "0.4.4"
authors = ["Parity Technologies <admin@parity.io>"]
license = "Apache-2.0"
edition = "2018"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate-bip39"
pbkdf2 = { version = "0.8.0", default-features = false }
sha2 = "0.9.5"
hmac = "0.11.0"
schnorrkel = "0.10.1"
schnorrkel = "0.9.1"
zeroize = { version = "1.0.0", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit c56994c

Please sign in to comment.