From 2a48a93ee4608d7f96b31ddc93af0f2695930949 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 24 Feb 2024 21:09:19 +0100 Subject: [PATCH] Bump versions to 0.2.0 Bump minor as the trait bounds have changed Signed-off-by: Sjoerd Simons --- bmap-parser/Cargo.toml | 2 +- bmap-rs/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bmap-parser/Cargo.toml b/bmap-parser/Cargo.toml index d6bb1ad..e48de78 100644 --- a/bmap-parser/Cargo.toml +++ b/bmap-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bmap-parser" -version = "0.1.0" +version = "0.2.0" authors = ["Sjoerd Simons "] edition = "2018" license = "MIT AND Apache-2.0" diff --git a/bmap-rs/Cargo.toml b/bmap-rs/Cargo.toml index 38df423..24e1b0c 100644 --- a/bmap-rs/Cargo.toml +++ b/bmap-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bmap-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Sjoerd Simons "] edition = "2018" license = "MIT AND Apache-2.0" @@ -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.2.0"} anyhow = "1.0.66" nix = { version = "0.27.1", features = ["fs"] } flate2 = "1.0.24"