Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rust 1.87.0
rust 1.90.0
# golang 1.23.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.87 AS chef
FROM rust:1.90 AS chef

RUN apt-get update && apt-get install -y \
build-essential \
Expand Down
3 changes: 1 addition & 2 deletions docs/developers/l1/testing/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asdf plugin add golang https://github.com/asdf-community/asdf-golang.git
And uncommenting the golang line in the asdf `.tool-versions` file:

```text
rust 1.87.0
rust 1.90.0
golang 1.23.2
```

Expand All @@ -43,4 +43,3 @@ make run-hive-debug SIMULATION=ethereum/rpc-compat TEST_PATTERN="*"
```

This example runs **every** test under rpc, with debug output

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.87.0"
channel = "1.90.0"
profile = "default"
Loading