fix trivial build issues; pin correct nightly

misc
Monadic Cat 2022-04-09 23:00:15 -05:00
parent a59867454d
commit 957db4116c
Signed by: Monadic-Cat
GPG Key ID: B132A0F6BFA553CB
3 changed files with 4 additions and 3 deletions

View File

@ -1 +0,0 @@
nightly-2022-01-04

View File

@ -7,4 +7,4 @@ version = "0.1.2"
log = "0.4.14"
[dependencies.versioning]
git = "https://git.ablecorp.us/able/aos_userland"
git = "https://git.ablecorp.us/able/aos_userland.git"

View File

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