From 863ad02a3850bf18a3e1ab61d6861d1827be0791 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Mon, 22 Aug 2022 13:56:38 -0400 Subject: [PATCH] Release 7.0.2 (#195) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50b444b6..967ea841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,7 +1092,7 @@ checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" [[package]] name = "graph-gateway" -version = "7.0.1" +version = "7.0.2" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 54a4a7fb..3a721583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "7.0.1" +version = "7.0.2" [profile.release] lto = "thin"