mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-24 15:43:11 +00:00
rust: Update uuid to 1.7.0
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
95d67cf9d2
commit
313547db0f
3 changed files with 3 additions and 3 deletions
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
|
@ -53,4 +53,4 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.0.0-alpha.1"
|
version = "1.7.0"
|
||||||
|
|
|
@ -13,7 +13,7 @@ crate-type = [ "staticlib" ]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fatfs = { path = "vendor/rust-fatfs", default-features = false, features = ["lfn", "alloc"] }
|
fatfs = { path = "vendor/rust-fatfs", default-features = false, features = ["lfn", "alloc"] }
|
||||||
cstr_core = "0.2.5"
|
cstr_core = "0.2.5"
|
||||||
uuid = { version = "1.0.0-alpha.1", default-features = false }
|
uuid = { version = "1.7.0", default-features = false }
|
||||||
cty = "0.2.2"
|
cty = "0.2.2"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
|
|
2
rust/vendor/uuid
vendored
2
rust/vendor/uuid
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit b98c9586c1359a5cc354defe20d8ea31e58f29f0
|
Subproject commit cefc353334784f91f3cab97fa16bf7a1a141b800
|
Loading…
Reference in a new issue