diff --git a/Cargo.lock b/Cargo.lock index 2d6318f..4178a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "graphqxl" -version = "0.40.0" +version = "0.40.1" dependencies = [ "anyhow", "apollo-compiler", @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "graphqxl_parser" -version = "0.40.0" +version = "0.40.1" dependencies = [ "indexmap 1.9.1", "pest", @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "graphqxl_synthesizer" -version = "0.40.0" +version = "0.40.1" dependencies = [ "graphqxl_parser", "indexmap 1.9.1", diff --git a/Cargo.toml b/Cargo.toml index 43f3aad..b2c31c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl" -version = "0.40.0" +version = "0.40.1" 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_parser/Cargo.toml b/graphqxl_parser/Cargo.toml index 29f42ee..0674000 100644 --- a/graphqxl_parser/Cargo.toml +++ b/graphqxl_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl_parser" -version = "0.40.0" +version = "0.40.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/graphqxl_synthesizer/Cargo.toml b/graphqxl_synthesizer/Cargo.toml index 2a76c30..862d42f 100644 --- a/graphqxl_synthesizer/Cargo.toml +++ b/graphqxl_synthesizer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl_synthesizer" -version = "0.40.0" +version = "0.40.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html