From 31d6e79840a4b4161a152ff93e02ac25f5835904 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 23 Apr 2024 11:46:38 +0200 Subject: [PATCH] release: v0.2.0-beta.6 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 3ec7918..2f2a301 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.5", - revision: "54f75cdcc82125a97ffd82952c2a8bc8ed324b48" + tag: "v0.2.0-beta.6", + revision: "ac29b4b73be382caf2a2462d426e6bad75e18af9" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"