Skip to content

Commit 4d101a5

Browse files
committed
Downgrade Rust to 1.69.0
This avoids an issue where the sign-ext feature is enabled in Rust >= 1.70.0. [cargo-contract issue](use-ink/cargo-contract#1139) [rust issue](rust-lang/rust#109807)
1 parent cd9e049 commit 4d101a5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parachain/rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# - update `channel = "nightly-OLD_DATE"` below
77
# - update nightly-OLD_DATE in .github/workflows/parachain.yml
88

9-
channel = "nightly-2023-04-22" # 1.71.0 nightly for unstable features
9+
channel = "nightly-2023-03-04" # 1.69.0 nightly for unstable features and no sign-ext
10+
# for more on the sign-ext issue: https://github.com/paritytech/cargo-contract/issues/1139
1011
targets = [
1112
"wasm32-unknown-unknown",
1213
]

0 commit comments

Comments
 (0)