diff --git a/Cargo.toml b/Cargo.toml index 1dda65206..2993a30ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,5 +126,5 @@ required-features = ["rt", "stm32f407"] [patch.crates-io] -#embedded-hal = { git = "https://github.com/ryankurte/embedded-hal.git", branch = "feature/spi-transactions" } -embedded-hal = { path = "../embedded-hal" } +embedded-hal = { git = "https://github.com/ryankurte/embedded-hal.git", branch = "feature/spi-transactions" } +#embedded-hal = { path = "../embedded-hal" }