Skip to content

Commit b0aa9eb

Browse files
committed
Fix num-bigint min version
1 parent 20ef2ed commit b0aa9eb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/crypto/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ thiserror = "1.0.26"
3030

3131
# Not directly used but bumps transitive dependency to avoid <RUSTSEC-2024-0344>
3232
curve25519-dalek = "4.1.3"
33+
# Not directly used, but needed to fix a compilation error
34+
num-bigint = { version = "0.4.2", default-features = false }
3335

3436
[dev-dependencies]
3537
base64 = "0.22.0"

0 commit comments

Comments
 (0)