diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7035d1aba20f..63ec9c8a6e26 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2024-03-15" +channel = "nightly-2024-03-16" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"] diff --git a/tests/script-based-pre/crate-name/libmy_code.rlib b/tests/script-based-pre/crate-name/libmy_code.rlib new file mode 100644 index 000000000000..87fc3c9f5951 Binary files /dev/null and b/tests/script-based-pre/crate-name/libmy_code.rlib differ