Skip to content

Commit

Permalink
rand_jitter: add sha3 dependency to Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Theil <[email protected]>
  • Loading branch information
thillux committed Aug 1, 2024
1 parent 3bdb28b commit f5c97b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rand_jitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ log = ["dep:log"]
[dependencies]
rand_core = { version = "=0.9.0-alpha.1" }
log = { version = "0.4.4", optional = true }
sha3 = { version = "0.10.8" }

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
# We don't need the 'use_std' feature and depending on it causes
Expand Down

0 comments on commit f5c97b8

Please sign in to comment.