Skip to content

Commit bd3cb5f

Browse files
committed
swap to git patch
1 parent a0cca81 commit bd3cb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ required-features = ["rt", "stm32f407"]
126126

127127

128128
[patch.crates-io]
129-
#embedded-hal = { git = "https://github.com/ryankurte/embedded-hal.git", branch = "feature/spi-transactions" }
130-
embedded-hal = { path = "../embedded-hal" }
129+
embedded-hal = { git = "https://github.com/ryankurte/embedded-hal.git", branch = "feature/spi-transactions" }
130+
#embedded-hal = { path = "../embedded-hal" }

0 commit comments

Comments
 (0)