From b6b2c1fd69620c7a11a751474071c350667ce0ac Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Mon, 3 Jun 2024 22:28:56 +0200 Subject: [PATCH] release: v0.2.0-beta.8 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 01a4f2c..bf1fd22 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.6", - revision: "ac29b4b73be382caf2a2462d426e6bad75e18af9" + tag: "v0.2.0-beta.8", + revision: "c0e7440692ef93277d23a2bb9f2f4712fdc0f16e" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"