Skip to content

Commit

Permalink
chore: update rust to 1.79.0 and add rust-toolchain file (ethereum#1325)
Browse files Browse the repository at this point in the history
* chore: update rust version to 1.79.0

* chore: fix clippy warnings

* chore: add rust-toolchain file
  • Loading branch information
ogenev authored Jun 25, 2024
1 parent a998c85 commit 8e36266
Show file tree
Hide file tree
Showing 15 changed files with 183 additions and 605 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ executors:
environment:
IMAGE_NAME: portalnetwork/trin
docker:
- image: cimg/rust:1.76.0
- image: cimg/rust:1.79.0
docker-nightly:
docker:
- image: rustlang/rust:nightly
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
command: apt install -y clang
- run:
name: Install rustfmt
command: rustup component add rustfmt
command: rustup component add --toolchain nightly rustfmt
- run:
name: Run rustfmt
command: cargo +nightly fmt --all -- --check
Expand All @@ -153,7 +153,7 @@ jobs:
resource_class: xlarge
executor:
name: rust/default
tag: 1.76.0
tag: 1.79.0
environment:
RUSTFLAGS: "-D warnings"
RUST_LOG: "debug"
Expand All @@ -174,7 +174,7 @@ jobs:
resource_class: xlarge
executor:
name: rust/default
tag: 1.76.0
tag: 1.79.0
environment:
RUSTFLAGS: "-D warnings"
RUST_LOG: "debug"
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
resource_class: 2xlarge
executor:
name: rust/default
tag: 1.76.0
tag: 1.79.0
environment:
RUSTFLAGS: "-D warnings"
RUST_LOG: "debug"
Expand Down
Loading

0 comments on commit 8e36266

Please sign in to comment.