Skip to content

Commit e29d873

Browse files
authored
chore: update Rust toolchain (#420)
1 parent 779306c commit e29d873

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
rust-version: 1.65.0
14+
rust-version: 1.71.1
1515

1616
jobs:
1717
build:

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
rust-version: 1.65.0
14+
rust-version: 1.71.1
1515
dfx-version: 0.14.1
1616
wasmtime-version: 10.0.1
1717

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
authors = ["DFINITY Stiftung <[email protected]>"]
1515
edition = "2021"
1616
repository = "https://github.com/dfinity/cdk-rs"
17-
rust-version = "1.65.0"
17+
rust-version = "1.71.1"
1818
license = "Apache-2.0"
1919

2020
[profile.canister-release]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.65.0"
2+
channel = "1.71.1"
33
targets = ["wasm32-unknown-unknown"]
44
components = ["rustfmt", "clippy"]
55

0 commit comments

Comments
 (0)