Skip to content

Commit

Permalink
ci: update rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold committed Mar 6, 2024
1 parent bcd93ec commit 641e19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .cargo/config

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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.69.0"
NIGHTLY_VERSION = "nightly-2023-08-29"
RUST_VERSION = "1.75.0"
NIGHTLY_VERSION = "nightly-2024-02-12"

[tasks.install-stable]
script = '''
Expand Down

0 comments on commit 641e19d

Please sign in to comment.