diff --git a/Formula/reth.rb b/Formula/reth.rb index 2bbdfc0..692b22e 100644 --- a/Formula/reth.rb +++ b/Formula/reth.rb @@ -2,8 +2,8 @@ class Reth < Formula desc "Fast implementation of the Ethereum protocol in Rust" homepage "https://github.com/paradigmxyz/reth" url "https://github.com/paradigmxyz/reth.git", - tag: "v0.2.0-beta.3", - revision: "56d688b9392eb34e07f239c556febfd6394e729d" + tag: "v0.2.0-beta.4", + revision: "c04dbe6e9bd05be5da3a5d541adbf76166c14a08" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"