From cef0c73d4d3be52a3220cc000ac628e6efc2cfc2 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Tue, 7 May 2024 22:09:07 -0400 Subject: [PATCH] release 20.1.2 --- Cargo.lock | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92b6d8ba..f164c8a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1904,7 +1904,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "20.1.1" +version = "20.1.2" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 885aff49..aa673b46 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "20.1.1" +version = "20.1.2" [dependencies] alloy-primitives.workspace = true