Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firmware/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 firmware/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
[dependencies]
# Hardware comes in through traits: flash, entropy, time, the port, the button and LED.
embedded-storage = "0.3"
rand_core = "0.9"
rand_core = "0.10"

# Crypto: pure Rust, no_std, from RustCrypto. No hand-rolled primitives. The zeroize
# features make the crates scrub their expanded keys and HMAC pads when dropped.
Expand Down
Loading