From e97c09760336bab6067cebf77918f67b70059577 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 28 Oct 2019 17:33:35 +0100 Subject: [PATCH] fix: switch to newer rust nightly Need a fix for https://github.com/rust-lang/cargo/pull/7525 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 02be3b9d4..cbdbf5d10 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2019-10-17 +nightly-2019-10-28