diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 2ff2fd7..039d60c 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: debian-versions: [bullseye, bookworm] - rust-versions: [1.76.0] + rust-versions: [1.77.2] clang-versions: [17, 18] steps: - name: Checkout repository @@ -91,7 +91,7 @@ jobs: fail-fast: false matrix: debian-versions: [bullseye, bookworm] - rust-versions: [1.76.0] + rust-versions: [1.77.2] clang-versions: [17, 18] rustc-targets: ["x86-64-v2", "x86-64-v3", "x86-64-v4"] steps: diff --git a/release-version.txt b/release-version.txt index 469cac1..4da9022 100644 --- a/release-version.txt +++ b/release-version.txt @@ -1 +1 @@ -polkadot-v1.9.0 +polkadot-v1.10.0