Skip to content

Commit

Permalink
Use nightly-2023-05-22 (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Jul 5, 2023
1 parent 12466db commit 2274bee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
CARGO_INCREMENTAL: 1
CARGO_TERM_COLOR: always

GITHUB_CACHE_VERSION: 1
GITHUB_CACHE_VERSION: 2

RUST_BACKTRACE: full

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:

env:
CARGO_TERM_COLOR: always

DOCKER_REGISTRY: ghcr.io

# WARNING: If you upgrade this version, you need also provide a new srtool image tag same with this.
RUST_TOOLCHAIN: nightly-2022-11-15
RUST_TOOLCHAIN: nightly-2023-05-22

jobs:
build-package:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2022-11-15"
channel = "nightly-2023-05-22"
components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src"]
profile = "minimal"
targets = ["wasm32-unknown-unknown"]

0 comments on commit 2274bee

Please sign in to comment.