From c97e17e90781f2b7be4f4fcd674fc48cf4ab33a6 Mon Sep 17 00:00:00 2001
From: Dan Forbes <dan@parity.io>
Date: Mon, 19 Oct 2020 12:56:28 -0700
Subject: [PATCH] Update toolchain file to be compatible with
 paritytech/ci-linux Docker (#98)

Closes #95
---
 rust-toolchain | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rust-toolchain b/rust-toolchain
index 0946fb52d..65f2e7975 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1,2 @@
-nightly-2020-10-06
+stable-x86_64-unknown-linux-gnu
+nightly-2020-10-05
-- 
GitLab