From e2142020f398b559f56d54b0c114e609215f2f8f Mon Sep 17 00:00:00 2001 From: Paul Quinn Date: Fri, 27 Dec 2024 23:53:18 -0800 Subject: [PATCH] cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27bcf176..abee505c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"