From dca9b5147cb112282469f9c3564b16212081477c Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Wed, 10 Apr 2024 00:01:05 -0400 Subject: [PATCH] release 20.0.1 (#665) # Release Notes - feat: make BadIndexers error more verbose (aeff546) - fix: indexer response handling (ac98eb1) --- Cargo.lock | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d7bb729..f7b46d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1887,7 +1887,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "20.0.0" +version = "20.0.1" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index c5aea156..cb11906a 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "20.0.0" +version = "20.0.1" [dependencies] alloy-primitives.workspace = true