Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
REGISTRY_PATH: "docker.io/paritytech"
REGISTRY_PATH_PR: "docker.io/paritypr"
IMAGE_NAME: "ci-unified"
RUST_STABLE_VERSION: "1.92.0"
RUST_NIGHTLY_VERSION: "2026-01-14"
RUST_STABLE_VERSION: "1.93.0"
RUST_NIGHTLY_VERSION: "2026-01-27"
FORKLIFT_VERSION: "0.14.3"
CODECOV_UPLOADER_VERSION: "v0.7.3"
CODECOV_CLI_VERSION: "v0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ RUN cargo install wasm-bindgen-cli --version 0.2.88
RUN cargo install taplo-cli --locked --version 0.9.3

# generic ci | install zepter
RUN cargo install zepter --locked --version 1.78.2
RUN cargo install zepter --locked --version 1.82.1

# generic ci | install wasm-gc. useful for stripping slimming down wasm binaries
RUN cargo install wasm-gc
Expand Down
Loading