Skip to content

Commit

Permalink
Rust 1.56 (2021 edition)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Oct 11, 2023
1 parent 2de5a0e commit 16c0801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esy.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": [
Expand Down

0 comments on commit 16c0801

Please sign in to comment.