Skip to content

Commit 68d7e8c

Browse files
committed
Use spidev 0.6.1 instead of 0.7.0 to avoid breaking change
1 parent 9c0791d commit 68d7e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sysfs_gpio = { version = "0.6.1", optional = true }
3131
i2cdev = { version = "0.6.0", optional = true }
3232
nb = "1"
3333
serialport = { version = "4.2.0", default-features = false, optional = true }
34-
spidev = { version = "0.7.0", optional = true, git = "https://github.com/rust-embedded/rust-spidev.git", rev = "refs/pull/49/head" }
34+
spidev = { version = "0.6.1", optional = true }
3535
nix = { version = "0.27.1", optional = true }
3636
tokio = { version = "1", default-features = false, optional = true }
3737

0 commit comments

Comments
 (0)