Skip to content

Commit

Permalink
chore: update Rust toolchain (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 authored Aug 4, 2023
1 parent 779306c commit e29d873
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
rust-version: 1.65.0
rust-version: 1.71.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
rust-version: 1.65.0
rust-version: 1.71.1
dfx-version: 0.14.1
wasmtime-version: 10.0.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2021"
repository = "https://github.com/dfinity/cdk-rs"
rust-version = "1.65.0"
rust-version = "1.71.1"
license = "Apache-2.0"

[profile.canister-release]
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 = "1.65.0"
channel = "1.71.1"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]

Expand Down

0 comments on commit e29d873

Please sign in to comment.