Skip to content

Commit

Permalink
Rust compiler 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Nov 28, 2022
1 parent 1c28f27 commit 3872ef2
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.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": {
Expand All @@ -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": [
Expand Down

0 comments on commit 3872ef2

Please sign in to comment.