generated from PlexSheep/baserepo
chore: bump versions
cargo devel CI / cargo CI (push) Successful in 1m50s
Details
cargo devel CI / cargo CI (push) Successful in 1m50s
Details
This commit is contained in:
parent
a9fbcf9518
commit
492e655d29
|
@ -5,7 +5,7 @@ default-members = [".", "members/libpt-core"]
|
|||
|
||||
[workspace.package]
|
||||
publish = true
|
||||
version = "0.7.3-alpha.0"
|
||||
version = "0.7.3-alpha.1"
|
||||
edition = "2021"
|
||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
@ -21,8 +21,8 @@ anyhow = "1.0.79"
|
|||
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.2-alpha.0", path = "members/libpt-log" }
|
||||
libpt-cli = { version = "0.2.2-alpha.0", path = "members/libpt-cli" }
|
||||
libpt-log = { version = "0.6.2-alpha.1", path = "members/libpt-log" }
|
||||
libpt-cli = { version = "0.2.2-alpha.1", path = "members/libpt-cli" }
|
||||
|
||||
[package]
|
||||
name = "libpt"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "libpt-cli"
|
||||
publish.workspace = true
|
||||
version = "0.2.2-alpha.0"
|
||||
version = "0.2.2-alpha.1"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "libpt-log"
|
||||
publish.workspace = true
|
||||
version = "0.6.2-alpha.0"
|
||||
version = "0.6.2-alpha.1"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
Reference in New Issue