mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-29 14:47:56 +00:00
update the minium supported rust version to 1.81 (#144)
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -9,7 +9,7 @@ env:
|
||||
DEBIAN_CONTAINER_RUNNER: run-debian-builder.sh
|
||||
REVIVE_DEBIAN_INSTALL: ${{ github.workspace }}/target/release
|
||||
REVIVE_DEBIAN_BINARY: resolc
|
||||
RUST_VERSION: "1.80"
|
||||
RUST_VERSION: "1.81"
|
||||
|
||||
jobs:
|
||||
build-revive-debian-x86:
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ authors = [
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/paritytech/revive"
|
||||
rust-version = "1.80.0"
|
||||
rust-version = "1.81.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
revive-benchmarks = { version = "0.1.0-dev.7", path = "crates/benchmarks" }
|
||||
|
||||
Reference in New Issue
Block a user