From 9e667073c87cb30c1c813e2e72061fa53942931f Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Sat, 17 Feb 2024 11:39:36 -0500 Subject: [PATCH] release 18.1.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 253830a6..c4ca5f87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "18.0.0" +version = "18.1.0" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 28e84e79..d68a6b0f 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "18.0.0" +version = "18.1.0" [dependencies] alloy-primitives.workspace = true