Compare commits

...

2 Commits
master ... misc

Author SHA1 Message Date
Monadic Cat f5254d0527
update nightly 2022-04-24 04:20:13 -05:00
Monadic Cat 957db4116c
fix trivial build issues; pin correct nightly 2022-04-24 04:09:59 -05:00
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-04-09"
components = ["rust-src", "llvm-tools-preview"]