From e14bc2822be5f8ff4d6d54b189140e344caf0c12 Mon Sep 17 00:00:00 2001 From: Automatic bumper Date: Mon, 18 Mar 2024 18:59:50 +0000 Subject: [PATCH] tag: v0.40.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- graphqxl_synthesizer/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4178a35..bb03570 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "graphqxl" -version = "0.40.1" +version = "0.40.2" dependencies = [ "anyhow", "apollo-compiler", @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "graphqxl_synthesizer" -version = "0.40.1" +version = "0.40.2" dependencies = [ "graphqxl_parser", "indexmap 1.9.1", diff --git a/Cargo.toml b/Cargo.toml index b2c31c7..fb7a765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl" -version = "0.40.1" +version = "0.40.2" edition = "2021" description = "GraphQXL is an extension of the GraphQL language with some additional syntax that allows creating scalable server-side schemas" categories = ["language", "compilers"] diff --git a/graphqxl_synthesizer/Cargo.toml b/graphqxl_synthesizer/Cargo.toml index 862d42f..137e601 100644 --- a/graphqxl_synthesizer/Cargo.toml +++ b/graphqxl_synthesizer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl_synthesizer" -version = "0.40.1" +version = "0.40.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html