Skip to content

Commit 0f674bd

Browse files
authored
Revert MSRV (#421)
1 parent e29d873 commit 0f674bd

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
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.71.1
14+
rust-version: 1.65.0
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.71.1
14+
rust-version: 1.65.0
1515
dfx-version: 0.14.1
1616
wasmtime-version: 10.0.1
1717

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ members = [
1414
authors = ["DFINITY Stiftung <[email protected]>"]
1515
edition = "2021"
1616
repository = "https://github.com/dfinity/cdk-rs"
17-
rust-version = "1.71.1"
17+
# MSRV
18+
# Avoid updating this field unless we use new Rust features
19+
# Sync rust-version in following CI files:
20+
# .github/workflows/ci.yml
21+
# .github/workflows/examples.yml
22+
rust-version = "1.65.0"
1823
license = "Apache-2.0"
1924

2025
[profile.canister-release]

rust-toolchain.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ channel = "1.71.1"
33
targets = ["wasm32-unknown-unknown"]
44
components = ["rustfmt", "clippy"]
55

6-
# Sync rust-version in following files
7-
# Cargo.toml
8-
# .github/workflows/ci.yml
9-
# .github/workflows/examples.yml
6+
# The version only influences the local develop environment.
7+
# No need to sync with Cargo.toml and CI.

0 commit comments

Comments
 (0)