From 4f8229ce8728b3dfd32991376f2a249950799018 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Tue, 28 May 2024 17:36:25 -0600 Subject: [PATCH] release 21.0.0 --- Cargo.lock | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bacf342..f0f4bb1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1922,7 +1922,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "20.1.4" +version = "21.0.0" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 6d7b9bc8..30267c47 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "20.1.4" +version = "21.0.0" [dependencies] alloy-primitives.workspace = true