From 2e4ce32c09229326dab86103689f0261ecbf36e6 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Mon, 18 Dec 2023 10:13:55 -0500 Subject: [PATCH] release 16.1.2 --- Cargo.lock | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cafeddb..631b9740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1689,7 +1689,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "16.1.1" +version = "16.1.2" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 07bd74f8..957c3549 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "16.1.1" +version = "16.1.2" [dependencies] alloy-primitives.workspace = true