Update redoxfs and uuid
This commit is contained in:
Generated
+268
-351
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -33,13 +33,13 @@ rand = "0.8"
|
||||
redox_liner = "0.5.1"
|
||||
redox_pkgutils = "0.1.6"
|
||||
redox_syscall = "0.2.12"
|
||||
redoxfs = "0.5.6"
|
||||
redoxfs = { git = "https://gitlab.redox-os.org/redox-os/redoxfs.git" }
|
||||
rust-argon2 = "0.8.2"
|
||||
serde = "1.0.110"
|
||||
serde_derive = "1.0.110"
|
||||
termion = "1.5.5"
|
||||
toml = "0.5.6"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
uuid = { version = "1.4", features = ["v4"] }
|
||||
|
||||
[patch.crates-io]
|
||||
ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-unix-0.13.5" }
|
||||
|
||||
Reference in New Issue
Block a user