diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6fc62a..bdbe086 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ concurrency: env: CARGO_TERM_COLOR: always - RUST_MUSL_CROSS_IMAGE: messense/rust-musl-cross@sha256:68b86bc7cb2867259e6b233415a665ff4469c28b57763e78c3bfea1c68091561 + RUST_MUSL_CROSS_IMAGE: messense/rust-musl-cross@sha256:c0154e992adb791c3b848dd008939d19862549204f8cb26f5ca7a00f629e6067 jobs: check-version-changed: diff --git a/Cargo.toml b/Cargo.toml index 40adf65..f775607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = [ license = "MIT/Apache-2.0" edition = "2021" repository = "https://github.com/paritytech/revive" -rust-version = "1.81.0" +rust-version = "1.85.0" [workspace.dependencies] revive-benchmarks = { version = "0.1.0-dev.16", path = "crates/benchmarks" } @@ -31,7 +31,7 @@ revive-build-utils = { version = "0.1.0-dev.16", path = "crates/build-utils" } hex = "0.4.3" cc = "1.2" -libc = "0.2.169" +libc = "0.2.172" tempfile = "3.17" anyhow = "1.0" semver = { version = "1.0", features = ["serde"] } diff --git a/Dockerfile b/Dockerfile index ad3f625..26fa775 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.0 AS llvm-builder +FROM rust:1.85.0 AS llvm-builder WORKDIR /opt/revive RUN apt update && \ @@ -11,7 +11,7 @@ RUN make install-llvm-builder RUN revive-llvm --target-env musl clone RUN revive-llvm --target-env musl build --llvm-projects lld --llvm-projects clang -FROM messense/rust-musl-cross@sha256:68b86bc7cb2867259e6b233415a665ff4469c28b57763e78c3bfea1c68091561 AS resolc-builder +FROM messense/rust-musl-cross@sha256:c0154e992adb791c3b848dd008939d19862549204f8cb26f5ca7a00f629e6067 AS resolc-builder WORKDIR /opt/revive RUN apt update && \ diff --git a/package-lock.json b/package-lock.json index 7dec155..36f7a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ }, "js/resolc": { "name": "@parity/resolc", - "version": "0.0.0-updated-via-gh-releases", + "version": "0.1.0-dev.16", "license": "Apache-2.0", "dependencies": { "@types/node": "^22.9.0",