Update Cargo.lock and Cargo.toml
... | ... | @@ -16,6 +16,6 @@ pkgutils = { git = "https://github.com/redox-os/pkgutils.git" } |
rand = "0.3" | ||
serde = "0.8" | ||
serde_derive = "0.8" | ||
termion = "1.1" | ||
termion = "1.5.1" | ||
toml = { version = "0.2", default-features = false, features = ["serde"] } | ||
userutils = { git = "https://github.com/redox-os/userutils.git" } |
Please register or sign in to comment