Skip to content

Commit 0e162f2

Browse files
committed
misc: bumped version
1 parent cac0409 commit 0e162f2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["bmatcher", "bmatcher-core", "bmatcher-proc", "example"]
44

55
[workspace.package]
6-
version = "0.1.2"
6+
version = "0.2.0"
77
authors = ["Markus Hadenfeldt <[email protected]>"]
88
edition = "2021"
99
description = "bmatcher is a flexible and efficient binary pattern matching library designed to help you search and match binary data."

bmatcher-proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition.workspace = true
1010
proc-macro = true
1111

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

bmatcher/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ repository.workspace = true
99
readme = "../README.MD"
1010

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

0 commit comments

Comments
 (0)