Skip to content

Commit f24500c

Browse files
author
Automatic bumper
committed
tag: v0.26.0
1 parent 1059286 commit f24500c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.25.0"
3+
version = "0.26.0"
44
edition = "2021"
55

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

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.25.0"
3+
version = "0.26.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.25.0"
3+
version = "0.26.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "graphqxl_transpiler"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2021"
55

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

88
[dependencies]
99
graphqxl_parser = { path = '../graphqxl_parser' }
1010
pest = "2.0"
11-
regex = "1.7.0"
11+
regex = "1.7.0"

0 commit comments

Comments
 (0)