diff --git a/Cargo.toml b/Cargo.toml index 058848ce..689799a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ version = "0.29.0" authors = ["Jan Bujak ", "Parity Technologies "] license = "MIT/Apache-2.0" edition = "2021" -rust-version = "1.86.0" +rust-version = "1.91.0" repository = "https://github.com/koute/polkavm" [workspace.dependencies] diff --git a/ci/jobs/build-and-test-pallet-revive.sh b/ci/jobs/build-and-test-pallet-revive.sh index 19dcdb1d..ff02ccb1 100755 --- a/ci/jobs/build-and-test-pallet-revive.sh +++ b/ci/jobs/build-and-test-pallet-revive.sh @@ -3,7 +3,7 @@ set -euo pipefail cd -- "$(dirname -- "${BASH_SOURCE[0]}")" -rustup toolchain install --component=rust-src 1.88.0 +rustup toolchain install --component=rust-src 1.91.0 POLKAVM_CRATES_ROOT="$(pwd)/proxy-crates" @@ -21,9 +21,9 @@ git fetch --depth=1 origin $COMMIT git checkout $COMMIT echo '[toolchain]' > rust-toolchain.toml -echo 'channel = "1.88.0"' >> rust-toolchain.toml +echo 'channel = "1.91.0"' >> rust-toolchain.toml -PALLET_REVIVE_FIXTURES_RUSTUP_TOOLCHAIN=1.88.0 \ +PALLET_REVIVE_FIXTURES_RUSTUP_TOOLCHAIN=1.91.0 \ PALLET_REVIVE_FIXTURES_STRIP=0 \ PALLET_REVIVE_FIXTURES_OPTIMIZE=1 \ cargo test \ diff --git a/crates/polkavm-linker/riscv32emac-unknown-none-polkavm.json b/crates/polkavm-linker/riscv32emac-unknown-none-polkavm.json index 3687cd59..d1ae4c38 100644 --- a/crates/polkavm-linker/riscv32emac-unknown-none-polkavm.json +++ b/crates/polkavm-linker/riscv32emac-unknown-none-polkavm.json @@ -13,7 +13,7 @@ "max-atomic-width": 64, "panic-strategy": "abort", "relocation-model": "pie", - "target-pointer-width": "32", + "target-pointer-width": 32, "singlethread": true, "pre-link-args": { "ld": [ diff --git a/crates/polkavm-linker/riscv64emac-unknown-none-polkavm.json b/crates/polkavm-linker/riscv64emac-unknown-none-polkavm.json index 035ea802..f3e496e2 100644 --- a/crates/polkavm-linker/riscv64emac-unknown-none-polkavm.json +++ b/crates/polkavm-linker/riscv64emac-unknown-none-polkavm.json @@ -13,7 +13,7 @@ "max-atomic-width": 64, "panic-strategy": "abort", "relocation-model": "pie", - "target-pointer-width": "64", + "target-pointer-width": 64, "singlethread": true, "pre-link-args": { "ld": [ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cf6d0f55..d72668b0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.86.0" +channel = "1.91.0" diff --git a/tools/benchtool/rust-toolchain.toml b/tools/benchtool/rust-toolchain.toml index cf6d0f55..d72668b0 100644 --- a/tools/benchtool/rust-toolchain.toml +++ b/tools/benchtool/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.86.0" +channel = "1.91.0" diff --git a/tools/gastool/rust-toolchain.toml b/tools/gastool/rust-toolchain.toml index cf6d0f55..d72668b0 100644 --- a/tools/gastool/rust-toolchain.toml +++ b/tools/gastool/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.86.0" +channel = "1.91.0"