Skip to content

Commit 6207f58

Browse files
committed
misc: bumped version to v0.3.2
1 parent c13648b commit 6207f58

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

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

bmatcher-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bmatcher-core"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors.workspace = true
55
edition.workspace = true
66
description.workspace = true

bmatcher-proc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bmatcher-proc"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors.workspace = true
55
description.workspace = true
66
license-file.workspace = true
@@ -10,7 +10,7 @@ edition.workspace = true
1010
proc-macro = true
1111

1212
[dependencies]
13-
bmatcher-core = { version = "=0.3.1", path = "../bmatcher-core" }
13+
bmatcher-core = { version = "=0.3.2", path = "../bmatcher-core" }
1414
quote = "1"
1515
proc-macro2 = "1.0"
1616
syn = { version = "2.0", features = ["full"] }

bmatcher/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bmatcher"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors.workspace = true
55
edition.workspace = true
66
description.workspace = true
@@ -9,5 +9,5 @@ repository.workspace = true
99
readme = "../README.MD"
1010

1111
[dependencies]
12-
bmatcher-core = { version = "=0.3.1", path = "../bmatcher-core" }
13-
bmatcher-proc = { version = "=0.3.1", path = "../bmatcher-proc" }
12+
bmatcher-core = { version = "=0.3.2", path = "../bmatcher-core" }
13+
bmatcher-proc = { version = "=0.3.2", path = "../bmatcher-proc" }

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition.workspace = true
66
publish = false
77

88
[dependencies]
9-
bmatcher = { version = "=0.3.1", path = "../bmatcher" }
9+
bmatcher = { version = "=0.3.2", path = "../bmatcher" }

0 commit comments

Comments
 (0)