Skip to content

Commit 6e1efb6

Browse files
committed
chore: Release
1 parent e67db8c commit 6e1efb6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

g2gen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "g2gen"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
55
edition = "2018"
66
readme = "./README.md"
@@ -21,4 +21,4 @@ proc-macro = true
2121
syn = { version = "2.0", features = ["parsing", "proc-macro"], default-features = false }
2222
quote = "1.0"
2323
proc-macro2 = "1.0"
24-
g2poly = { path = "../g2poly", version = "1.1" }
24+
g2poly = { path = "../g2poly", version = "1.2" }

g2p/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "g2p"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
55
edition = "2018"
66
readme = "../README.md"
@@ -22,8 +22,8 @@ criterion = "0.4"
2222
rand = "0.8"
2323

2424
[dependencies]
25-
g2gen = { path = "../g2gen", version = "1.1" }
26-
g2poly = { path = "../g2poly", version = "1.1" }
25+
g2gen = { path = "../g2gen", version = "1.2" }
26+
g2poly = { path = "../g2poly", version = "1.2" }
2727

2828
[[bench]]
2929
name = "g2_8_bench"

g2poly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "g2poly"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
55
edition = "2018"
66
readme = "./README.md"

0 commit comments

Comments
 (0)