Update Rust toolchain to 2021-06-15
Update toolchain to match the version used in Redox. Update dependencies to fix build. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
9fa83ad359
commit
975377af42
@@ -19,7 +19,7 @@ required-features = ["std", "hidapi", "clap"]
|
||||
clap = { version = "2", optional = true }
|
||||
libc = { version = "0.2", optional = true }
|
||||
hidapi = { version = "1.2", default-features = false, features = ["linux-static-hidraw"], optional = true }
|
||||
redox_hwio = { version = "0.1.3", optional = true }
|
||||
redox_hwio = { version = "0.1.4", optional = true }
|
||||
downcast-rs = { version = "1.2.0", default-features = false }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user