Skip to content

Commit

Permalink
bump ed25519-zebra; fixes full_crypto feature flag in no_std (par…
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored and ark0f committed Feb 27, 2023
1 parent 82c431d commit e5e42d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bitflags = "1.3"

# full crypto
array-bytes = { version = "4.1", optional = true }
ed25519-zebra = { version = "3.0.0", default-features = false, optional = true}
ed25519-zebra = { version = "3.1.0", default-features = false, optional = true }
blake2 = { version = "0.10.4", default-features = false, optional = true }
schnorrkel = { version = "0.9.1", features = [
"preaudit_deprecated",
Expand Down Expand Up @@ -99,7 +99,7 @@ std = [
"serde",
"blake2/std",
"array-bytes",
"ed25519-zebra",
"ed25519-zebra/std",
"base58",
"substrate-bip39",
"tiny-bip39",
Expand Down

0 comments on commit e5e42d7

Please sign in to comment.