chore: bump version
cargo devel CI / cargo CI (push) Successful in 1m57s Details

This commit is contained in:
Christoph J. Scherr 2024-09-06 17:33:57 +02:00
parent 235a8bfb85
commit 056c2d136c
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ default-members = [".", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "GPL-3.0-or-later"
@ -22,7 +22,7 @@ thiserror = "1.0.56"
libpt-core = { version = "0.5.0", path = "members/libpt-core" }
libpt-bintols = { version = "0.5.1", path = "members/libpt-bintols" }
libpt-log = { version = "0.6.0", path = "members/libpt-log" }
libpt-cli = { version = "0.2.0", path = "members/libpt-cli" }
libpt-cli = { version = "0.2.1", path = "members/libpt-cli" }
[package]
name = "libpt"

View File

@ -1,7 +1,7 @@
[package]
name = "libpt-cli"
publish.workspace = true
version = "0.2.0"
version = "0.2.1"
edition.workspace = true
authors.workspace = true
license.workspace = true