Skip to content

Commit

Permalink
Remove default dependency for sha2 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
martynp committed Apr 8, 2024
1 parent d966d9f commit 0e43ec6
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 38 deletions.
83 changes: 46 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion elliptic-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sec1 = { version = "=0.8.0-pre.1", optional = true, features = ["subtle", "zeroi
#serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] }
serdect = { git="https://github.com/rustcrypto/formats.git", optional = true, default-features = false, features = ["alloc", "derive"] }
serde_json = { version = "1.0.114", optional = true, default-features = false, features = ["alloc"] }
sha2 = "=0.11.0-pre.3"
sha2 = { version = "=0.11.0-pre.3", default-features = false }
tap = { version = "1.0.1", optional = true, default-features = false } # hack for minimal-versions support for `bits`

[dev-dependencies]
Expand Down

0 comments on commit 0e43ec6

Please sign in to comment.