diff --git a/Cargo.toml b/Cargo.toml index 9ccb2ce3..2a40513a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ embassy-sync = { git = "https://github.com/embassy-rs/embassy" } embassy-time = { git = "https://github.com/embassy-rs/embassy" } embassy-time-driver = { git = "https://github.com/embassy-rs/embassy" } embedded-batteries-async = "0.1.0" -embedded-cfu-protocol = { git = "https://github.com/OpenDevicePartnership/embedded-cfu" } +embedded-cfu-protocol = { git = "https://github.com/OpenDevicePartnership/embedded-cfu", version = "0.1.0" } embedded-hal = "1.0" embedded-hal-async = "1.0" embedded-hal-nb = "1.0"