We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4458f commit a94c20cCopy full SHA for a94c20c
Formula/reth.rb
@@ -2,8 +2,8 @@ class Reth < Formula
2
desc "Fast implementation of the Ethereum protocol in Rust"
3
homepage "https://github.com/paradigmxyz/reth"
4
url "https://github.com/paradigmxyz/reth.git",
5
- tag: "v1.6.0",
6
- revision: "d8451e54e7267f9f1634118d6d279b2216f7e2bb"
+ tag: "v1.7.0",
+ revision: "9d56da53ec0ad60e229456a0c70b338501d923a5"
7
license any_of: ["Apache-2.0", "MIT"]
8
head "https://github.com/paradigmxyz/reth.git", branch: "main"
9
0 commit comments