diff --git a/ableos/rust-toolchain b/ableos/rust-toolchain deleted file mode 100644 index c6d365e..0000000 --- a/ableos/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly-2022-01-04 diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index b6b5df2..7cacc87 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -7,4 +7,4 @@ version = "0.1.2" log = "0.4.14" [dependencies.versioning] -git = "https://git.ablecorp.us/able/aos_userland" \ No newline at end of file +git = "https://git.ablecorp.us/able/aos_userland.git" diff --git a/rust-toolchain b/rust-toolchain index bf867e0..eb8282f 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1,3 @@ -nightly +[toolchain] +channel = "nightly-2022-02-25" +components = ["rust-src", "llvm-tools-preview"]