Skip to content

Commit

Permalink
rm rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 16, 2024
1 parent e8e1da9 commit b7f7c88
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/trunk_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
uses: actions/checkout@v3

- run: rustup update

- name: Install Rust nightly
run: rustup toolchain install nightly

- name: Set Rust nightly as default
run: rustup default nightly

- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
Expand All @@ -27,6 +34,7 @@ jobs:
with:
python-version: 3.10.14
cache: pip

- run: pip install cairo-lang==0.13.2 sympy==1.11.1

- name: Trunk Check
Expand Down
3 changes: 2 additions & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ runtimes:
- [email protected]
- [email protected]
- [email protected]
- rust@nightly # Use the nightly Rust toolchain
definitions:
- type: rust
system_version: allowed
system_version: nightly
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
disabled:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[workspace.package]
version = "0.1.0"
edition = "2021"
rust-version = "1.81"
description = "Integration of the Kakarot Ethereum execution layer in the Reth client."
homepage = "https://github.com/kkrt-labs"
repository = "https://github.com/kkrt-labs/keth"
readme = "./README.md"
license = "MIT"
rust-version = "1.79"
exclude = [".github/"]

[workspace]
Expand Down
1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.

0 comments on commit b7f7c88

Please sign in to comment.