Skip to content

Commit

Permalink
build: bump stable toolchain to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold authored Aug 28, 2024
1 parent b602dce commit e44d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip_core_tasks = true
RUST_OPTIMIZER_VERSION = "0.15.0"
# Use rust version from rust-optimizer Dockerfile (see https://github.com/CosmWasm/rust-optimizer/blob/main/Dockerfile#L1)
# to be sure that we compile / test against the same version
RUST_VERSION = "1.75.0"
RUST_VERSION = "1.79.0"
NIGHTLY_VERSION = "nightly-2023-08-29"

[tasks.install-stable]
Expand Down

0 comments on commit e44d972

Please sign in to comment.