Skip to content

Commit

Permalink
Set rust version in cargo.toml (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter authored Oct 22, 2024
1 parent 708899e commit a6b2a82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ runtimes:
- go@1.21.0
- node@18.12.1
- python@3.10.8
definitions:
- type: rust
system_version: allowed
- rust@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.82"
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 a6b2a82

Please sign in to comment.