Skip to content

Commit

Permalink
cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Quinn committed Dec 30, 2024
1 parent 9335eff commit d436a4a
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 @@ -59,7 +59,7 @@ color-eyre = "0.6.2"
console-subscriber = "0.4"
data-encoding = "2.3"
derive_more = { version = "0.99", default-features = false, features = ["display", "from"] }
ed25519-dalek = { version = "2.1.1", default-features = false, features = ["std"] }
ed25519-dalek = { version = "2.1.1", default-features = false, features = ["std"]}
eyre = "0.6.12"
ftdi-embedded-hal = { version = "0.22.0", features = ["libftd2xx", "libftd2xx-static"] }
futures = "0.3.30"
Expand Down

0 comments on commit d436a4a

Please sign in to comment.