Skip to content

Commit a5a2329

Browse files
committed
swap to git patch
1 parent bf08c19 commit a5a2329

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
@@ -127,5 +127,5 @@ required-features = ["rt", "stm32f407"]
127127

128128

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

0 commit comments

Comments
 (0)