From d274d419981d92ebbfbdee2eb1c6ec2f75570cb2 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Tue, 11 Jun 2024 17:18:32 -0400 Subject: [PATCH] release 21.2.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 ab183dcc..af334bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,7 +1918,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "21.2.1" +version = "21.2.2" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 101f7236..5eee1db6 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "21.2.1" +version = "21.2.2" [dependencies] alloy-primitives.workspace = true