diff --git a/Formula/reth.rb b/Formula/reth.rb index 99fa30c..9129fc6 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: "v1.0.1", - revision: "d599393771f9d7d137ea4abf271e1bd118184c73" + tag: "v1.0.2", + revision: "ffb44e6245eebd0144e8ae62f4f39203f2ea2e5f" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"