Skip to content

Commit 8b52f55

Browse files
committed
chore: Release
1 parent 638f719 commit 8b52f55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bmap-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 = "bmap-parser"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2024"
66
license = "MIT AND Apache-2.0"

bmap-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bmap-rs"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2024"
66
license = "MIT AND Apache-2.0"
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
bmap-parser = { path = "../bmap-parser", version = "0.2.0"}
15+
bmap-parser = { path = "../bmap-parser", version = "0.2.1" }
1616
anyhow = "1.0.66"
1717
nix = { version = "0.30.1", features = ["fs"] }
1818
flate2 = "1.0.24"

0 commit comments

Comments
 (0)