From 4f3eeb141e4f9486074fd5baec16eba392845a57 Mon Sep 17 00:00:00 2001 From: Richard Custodio Date: Fri, 23 Aug 2024 02:03:24 -0300 Subject: [PATCH] temporarily use `nightly` channel this is needed to easily create a path from the runtime use of `panic::Location`, see https://github.com/rust-lang/cargo/pull/13644 --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000000..271800cb2f --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" \ No newline at end of file