From 058c9ac769b6d043868a8a30a5a607b719d9f834 Mon Sep 17 00:00:00 2001 From: Kaan Genc Date: Sun, 3 Apr 2022 21:38:20 -0400 Subject: [PATCH] switch to stable toolchain Had to use nightly to get the strip option previously, but it's stable now. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..292fe49 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "stable"