We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0791d commit 68d7e8cCopy full SHA for 68d7e8c
Cargo.toml
@@ -31,7 +31,7 @@ sysfs_gpio = { version = "0.6.1", optional = true }
31
i2cdev = { version = "0.6.0", optional = true }
32
nb = "1"
33
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" }
+spidev = { version = "0.6.1", optional = true }
35
nix = { version = "0.27.1", optional = true }
36
tokio = { version = "1", default-features = false, optional = true }
37
0 commit comments