Compare commits
1 commit
master
...
pls-build-
Author | SHA1 | Date | |
---|---|---|---|
Monadic Cat | 89157977a1 |
7
ableos/Cargo.lock
generated
7
ableos/Cargo.lock
generated
|
@ -112,7 +112,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||
[[package]]
|
||||
name = "axel"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.ablecorp.us/able/axel.git#2bd44d47d94158a85505581abbe526085ee62fb8"
|
||||
source = "git+https://git.ablecorp.us/able/aos_userland.git#065a88b4b4a1fa55597f84012fd452ad4c77bee0"
|
||||
dependencies = [
|
||||
"hashbrown 0.12.0",
|
||||
"log",
|
||||
|
@ -814,7 +814,10 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|||
[[package]]
|
||||
name = "versioning"
|
||||
version = "0.1.2"
|
||||
source = "git+https://git.ablecorp.us/able/versioning#b86e53ab8461ee4f28807bf2254d543f6d8f4727"
|
||||
source = "git+https://git.ablecorp.us/able/aos_userland.git#065a88b4b4a1fa55597f84012fd452ad4c77bee0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "vga"
|
||||
|
|
|
@ -57,7 +57,7 @@ rhai = "1.5"
|
|||
libwasm = {git="https://git.ablecorp.us:443/able/libwasm.git"}
|
||||
acpi = "4.1.0"
|
||||
|
||||
axel = { git = "https://git.ablecorp.us:443/able/axel.git" }
|
||||
axel = { git = "https://git.ablecorp.us:443/able/aos_userland.git" }
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12,4 +12,4 @@ version = "1.4.0"
|
|||
default-features = false
|
||||
|
||||
[dependencies.versioning]
|
||||
git = "https://git.ablecorp.us/able/versioning"
|
||||
git = "https://git.ablecorp.us:443/able/aos_userland.git"
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
nightly
|
||||
[toolchain]
|
||||
channel = "nightly-2022-02-25"
|
||||
components = ["rust-src", "llvm-tools-preview"]
|
||||
|
|
Loading…
Reference in a new issue