forked from AbleOS/ableos_userland
fic?
This commit is contained in:
parent
5be66ba32e
commit
6c38f2b2f1
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -124,7 +124,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"hashbrown 0.13.1",
|
||||
"log",
|
||||
"toml 0.5.9 (git+https://git.ablecorp.us/theoddgarlic/toml-rs)",
|
||||
"toml 0.5.9 (git+https://git.ablecorp.us/asya/toml-rs)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -558,7 +558,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.5.9"
|
||||
source = "git+https://git.ablecorp.us/theoddgarlic/toml-rs#34db433429f3ad38921d13ac9aba74c8a706f376"
|
||||
source = "git+https://git.ablecorp.us/asya/toml-rs#34db433429f3ad38921d13ac9aba74c8a706f376"
|
||||
dependencies = [
|
||||
"hashbrown 0.12.3",
|
||||
"serde",
|
||||
|
@ -647,6 +647,9 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "vfs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"std",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "vgable"
|
||||
|
|
Loading…
Reference in a new issue