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 84b7b16 commit bc07522Copy full SHA for bc07522
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.4.8",
6
- revision: "127595e23079de2c494048d0821ea1f1107eb624"
+ tag: "v1.5.0",
+ revision: "61e38f9af154fe91e776d8f5e449d20a1571e8cf"
7
license any_of: ["Apache-2.0", "MIT"]
8
head "https://github.com/paradigmxyz/reth.git", branch: "main"
9
0 commit comments