From a0100411d05a33d078ec00d6fb82557d14e6f522 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 28 Feb 2024 00:32:43 +0100 Subject: [PATCH] release: v0.1.0-alpha.21 Closes #34. Signed-off-by: Matthias Seitz --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 5d00806..fe4c739 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.1.0-alpha.20", - revision: "54db85a21651111ea175ea5a1aceab18bf5eb369" + tag: "v0.1.0-alpha.21", + revision: "e0c220efef09dd5732e69d1da5c79bc52e0b5424" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"