From 3872ef2eaefb6c2207bd7cb4386d073a27381bfe Mon Sep 17 00:00:00 2001 From: Manas Jayanth <3097018+ManasJayanth@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:04:44 +0530 Subject: [PATCH] Rust compiler 1.60 --- esy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esy.json b/esy.json index 0b115a5..f6edc6a 100644 --- a/esy.json +++ b/esy.json @@ -1,7 +1,7 @@ { "name": "esy-rustup", "//": "The version is the rust version", - "version": "1.51.1", + "version": "1.60.0", "description": "Rust toolchain setup for esy", "source": "https://github.com/rust-lang/rustup/archive/refs/tags/1.24.2.tar.gz#979e8139734d39313b0147e0db3bfd2675f49507", "override": { @@ -25,7 +25,7 @@ [ "sh", "-c", - "./rustup-init.sh -y --no-modify-path --default-toolchain 1.51 --profile minimal #{os == 'windows' ? '--default-host=x86_64-pc-windows-gnu' : ''}" + "./rustup-init.sh -y --no-modify-path --default-toolchain 1.60 --profile minimal #{os == 'windows' ? '--default-host=x86_64-pc-windows-gnu' : ''}" ] ], "install": [