From 071def9a45b98c6371b7fc7b45eb74104ec85cfd Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Fri, 14 Jun 2024 14:28:22 -0400 Subject: [PATCH] release 21.2.4 --- Cargo.lock | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d2d833a..25f53437 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1895,7 +1895,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "21.2.3" +version = "21.2.4" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 5d451707..49fbca8b 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "21.2.3" +version = "21.2.4" [dependencies] alloy-primitives.workspace = true