fix deps and update tracked files

pls-build-on-my-machine
Monadic Cat 2022-04-09 21:55:15 -05:00
parent 0796e329f3
commit da519af0fa
Signed by: Monadic-Cat
GPG Key ID: B132A0F6BFA553CB
4 changed files with 10 additions and 5 deletions

7
ableos/Cargo.lock generated
View File

@ -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"

View File

@ -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" }

View File

@ -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"

View File

@ -1 +1,3 @@
nightly
[toolchain]
channel = "nightly-2022-02-25"
components = ["rust-src", "llvm-tools-preview"]