From 6b412002ad5485aa178d5eb2f0eec218b25c7d8e Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Wed, 3 Jan 2024 12:39:22 -0500 Subject: [PATCH] release 16.1.3 --- Cargo.lock | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df679ed8..c41f6e85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1935,7 +1935,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "16.1.2" +version = "16.1.3" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 58592709..c29ddd83 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "16.1.2" +version = "16.1.3" [dependencies] alloy-primitives.workspace = true