From 9d15f881954df4f09ba311b1a594783448502e46 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Mon, 22 Jul 2024 16:02:06 -0400 Subject: [PATCH] release 22.1.1 --- Cargo.lock | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23fa4e263..565beda18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "22.1.0" +version = "22.1.1" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index b26200e23..09dcf18ac 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "22.1.0" +version = "22.1.1" [dependencies] alloy-primitives.workspace = true