Skip to content

Commit fbe38bd

Browse files
committed
swap to git patch
1 parent a80e705 commit fbe38bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ required-features = ["rt", "stm32f407"]
129129

130130

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

0 commit comments

Comments
 (0)