From cd08447e183899a74558dc98648b850aad0bf29e Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 19 Sep 2024 19:31:22 +0200 Subject: [PATCH] chore: release 1.0.7 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 7c380b5..689f8b0 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.6", - revision: "c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" + tag: "v1.0.7", + revision: "75b7172cf77eb4fd65fe1a6924f75066fb09fcd1" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"