From 3e069e9b01e81c59c5b9edcd1bf981bf2af6fbc2 Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Mon, 18 Jul 2022 20:20:07 +0200 Subject: [PATCH] Try forcing a nightly version from before regression See https://github.com/Alexhuszagh/minimal-lexical/issues/14#issuecomment-1186389682 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cf6ba6e0e6..72fa02ec09 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] # force a working nightly for minimal-lexical dependency # see: https://github.com/Alexhuszagh/minimal-lexical/issues/14#issuecomment-1186389682 -channel = "nightly-2022-07-02" \ No newline at end of file +channel = "nightly-2022-06-29" \ No newline at end of file