From 39f0dce9b3420afe7369fe072520bea17fc72be7 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 26 Feb 2024 21:48:28 +0100 Subject: [PATCH] release: v0.1.0-alpha.20 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 674292c..5f4b8f8 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.19", - revision: "0192934a856199e4b2a846a36dbcd93e49866364" + tag: "v0.1.0-alpha.20", + revision: "54db85a21651111ea175ea5a1aceab18bf5eb369" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"