Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
follow SemVer rules to update thei version of crates.

Signed-off-by: Rafael Garcia Ruiz <[email protected]>
  • Loading branch information
Razaloc committed Dec 19, 2022
1 parent fa8e7f5 commit 026ccf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bmap-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bmap-parser"
version = "0.1.0"
version = "0.1.1"
authors = ["Sjoerd Simons <[email protected]>"]
edition = "2018"
license = "MIT AND Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions bmap-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bmap-rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Sjoerd Simons <[email protected]>"]
edition = "2018"
license = "MIT AND Apache-2.0"
Expand All @@ -11,7 +11,7 @@ readme = "../README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bmap-parser = { path = "../bmap-parser", version = "0.1.0"}
bmap-parser = { path = "../bmap-parser", version = "0.1.1"}
anyhow = "1.0.66"
nix = "0.26.1"
flate2 = "1.0.24"
Expand Down

0 comments on commit 026ccf0

Please sign in to comment.