Skip to content

Commit a6401e5

Browse files
author
Automatic bumper
committed
tag: v0.38.0
1 parent e9051dd commit a6401e5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphqxl"
3-
version = "0.37.0"
3+
version = "0.38.0"
44
edition = "2021"
55
description = "GraphQXL is an extension of the GraphQL language with some additional syntax that allows creating scalable server-side schemas"
66
categories = ["language", "compilers"]

graphqxl_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphqxl_parser"
3-
version = "0.37.0"
3+
version = "0.38.0"
44
edition = "2021"
55

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

graphqxl_synthesizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphqxl_synthesizer"
3-
version = "0.37.0"
3+
version = "0.38.0"
44
edition = "2021"
55

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

graphqxl_transpiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphqxl_transpiler"
3-
version = "0.37.0"
3+
version = "0.38.0"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)