diff --git a/flake.lock b/flake.lock index eeef406645..d5ee392fed 100644 --- a/flake.lock +++ b/flake.lock @@ -127,11 +127,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1684376381, - "narHash": "sha256-XVFTXADfvBXKwo4boqfg80awUbT+JgQvlQ8uZ+Xgo1s=", + "lastModified": 1686623191, + "narHash": "sha256-x2gQcKtSgfbZlcTaVvdMPbrXMRjUEYIV88yzsFww6D4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "7c9a265c2eaa5783bc18593b1aec39a85653c076", + "rev": "e279547de84413ca1a65cec3f0f879709c8c65eb", "type": "github" }, "original": { diff --git a/parachain/rust-toolchain.toml b/parachain/rust-toolchain.toml index 8f31405e52..385e9bceae 100644 --- a/parachain/rust-toolchain.toml +++ b/parachain/rust-toolchain.toml @@ -6,7 +6,8 @@ # - update `channel = "nightly-OLD_DATE"` below # - update nightly-OLD_DATE in .github/workflows/parachain.yml -channel = "nightly-2023-04-22" # 1.71.0 nightly for unstable features +channel = "nightly-2022-12-08" # 1.69.0 nightly for unstable features and no sign-ext +# for more on the sign-ext issue: https://github.com/paritytech/cargo-contract/issues/1139 targets = [ "wasm32-unknown-unknown", ]