diff --git a/.cargo/config.toml b/.cargo/config.toml index 4b1b35d413..334b3e8f5b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,4 @@ [unstable] -# Keep in sync with CI! build-std = ["core", "alloc"] build-std-features = ["compiler-builtins-mem"] diff --git a/.github/workflows/x86.yml b/.github/workflows/x86.yml index 04b3a29cca..554fd66f67 100644 --- a/.github/workflows/x86.yml +++ b/.github/workflows/x86.yml @@ -39,7 +39,7 @@ jobs: run: rustup show - name: Build minimal kernel working-directory: libhermit-rs - run: cargo build --no-default-features -Z build-std=core,alloc + run: cargo build --no-default-features - name: Build dev profile run: cargo build - name: Unittests on host (ubuntu) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 37093c294d..fe707619c2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2021-10-20" +channel = "nightly-2021-09-29" components = [ "rust-src", "llvm-tools-preview",