From 16c0801743a43f86d13f228ff0b2167015ffd2af Mon Sep 17 00:00:00 2001 From: Manas Jayanth <3097018+ManasJayanth@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:33:33 +0530 Subject: [PATCH] Rust 1.56 (2021 edition) --- esy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esy.json b/esy.json index 55aac66..df9f198 100644 --- a/esy.json +++ b/esy.json @@ -1,7 +1,7 @@ { "name": "esy-rustup", "//": "The version is the rust version", - "version": "1.52.1", + "version": "1.56.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.52 --profile minimal #{os == 'windows' ? '--default-host=x86_64-pc-windows-gnu' : ''}" + "./rustup-init.sh -y --no-modify-path --default-toolchain 1.56 --profile minimal #{os == 'windows' ? '--default-host=x86_64-pc-windows-gnu' : ''}" ] ], "install": [