Skip to content

Commit 6724966

Browse files
committed
Bump version
follow SemVer rules to update thei version of crates. Signed-off-by: Rafael Garcia Ruiz <rafael.garcia@collabora.com>
1 parent 75fc18f commit 6724966

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.1.0"
3+
version = "0.1.1"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2018"
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.1.0"
3+
version = "0.1.1"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2018"
66
license = "MIT AND Apache-2.0"
@@ -11,7 +11,7 @@ readme = "../README.md"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
bmap-parser = { path = "../bmap-parser", version = "0.1.0"}
14+
bmap-parser = { path = "../bmap-parser", version = "0.1.1"}
1515
anyhow = "1.0.66"
1616
nix = "0.26.1"
1717
flate2 = "1.0.24"

0 commit comments

Comments
 (0)