Skip to content

Commit

Permalink
tag: v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic bumper committed Nov 12, 2022
1 parent 3aee982 commit f28b98b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphqxl"
version = "0.34.0"
version = "0.35.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"]
Expand Down
2 changes: 1 addition & 1 deletion graphqxl_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphqxl_parser"
version = "0.34.0"
version = "0.35.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion graphqxl_synthesizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphqxl_synthesizer"
version = "0.34.0"
version = "0.35.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion graphqxl_transpiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphqxl_transpiler"
version = "0.34.0"
version = "0.35.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit f28b98b

Please sign in to comment.