diff --git a/Cargo.lock b/Cargo.lock index 281a2c2..2d6318f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "graphqxl" -version = "0.39.0" +version = "0.40.0" dependencies = [ "anyhow", "apollo-compiler", @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "graphqxl_parser" -version = "0.39.0" +version = "0.40.0" dependencies = [ "indexmap 1.9.1", "pest", @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "graphqxl_synthesizer" -version = "0.38.1" +version = "0.40.0" dependencies = [ "graphqxl_parser", "indexmap 1.9.1", @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "graphqxl_transpiler" -version = "0.38.1" +version = "0.40.0" dependencies = [ "graphqxl_parser", "pest", diff --git a/Cargo.toml b/Cargo.toml index b987767..43f3aad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl" -version = "0.39.0" +version = "0.40.0" 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 201e6ee..29f42ee 100644 --- a/graphqxl_parser/Cargo.toml +++ b/graphqxl_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl_parser" -version = "0.39.0" +version = "0.40.0" 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 90c622d..2a76c30 100644 --- a/graphqxl_synthesizer/Cargo.toml +++ b/graphqxl_synthesizer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl_synthesizer" -version = "0.38.1" +version = "0.40.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/graphqxl_transpiler/Cargo.toml b/graphqxl_transpiler/Cargo.toml index bca6c0d..fe4a08b 100644 --- a/graphqxl_transpiler/Cargo.toml +++ b/graphqxl_transpiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphqxl_transpiler" -version = "0.38.1" +version = "0.40.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html