Skip to content

Commit

Permalink
Fix no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Dec 21, 2024
1 parent 58d021a commit 240f30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ byteorder = { version = "1.5.0", default-features = false }
bytes = { version = "1.2.1", default-features = false }
chrono = { version = "0.4.37", default-features = false }
clap = { version = "4.4.10", features = ["derive"] }
crypto-bigint = { version = "0.5.5" }
crypto-bigint = { version = "0.5.5", default-features = false }
digest = { version = "0.10.6", default-features = false, features = ["alloc"] }
derive_more = { version = "0.99.11", default-features = false }
ed25519-dalek = { version = "2", default-features = false, features = ["serde", "fast"] }
Expand Down

0 comments on commit 240f30a

Please sign in to comment.