Update the Rust version (#316)

- Update the Rust version to 1.85
- Update the package-lock.json
- Update the musl-cross docker image

---------

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-09 20:00:58 +02:00
committed by GitHub
parent 0e9e405f21
commit 1b8fcc4649
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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"] }