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:
Tim Crawford
2021-10-18 12:21:10 -06:00
committed by Jeremy Soller
parent 9fa83ad359
commit 975377af42
3 changed files with 53 additions and 53 deletions

View File

@@ -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]