generated from PlexSheep/baserepo
bump version
cargo devel CI / cargo CI (push) Failing after 21s
Details
cargo devel CI / cargo CI (push) Failing after 21s
Details
This commit is contained in:
parent
328d042199
commit
f84e4e4e1a
10
Cargo.toml
10
Cargo.toml
|
@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
publish = true
|
publish = true
|
||||||
version = "0.3.12"
|
version = "0.4.0-alpha.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -28,10 +28,10 @@ categories = [
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0.79"
|
anyhow = "1.0.79"
|
||||||
thiserror = "1.0.56"
|
thiserror = "1.0.56"
|
||||||
libpt-core = { version = "0.3.11", path = "members/libpt-core" }
|
libpt-core = { version = "0.3.12", path = "members/libpt-core" }
|
||||||
libpt-bintols = { version = "0.3.11", path = "members/libpt-bintols" }
|
libpt-bintols = { version = "0.3.12", path = "members/libpt-bintols" }
|
||||||
libpt-log = { version = "0.3.11", path = "members/libpt-log" }
|
libpt-log = { version = "0.3.12", path = "members/libpt-log" }
|
||||||
libpt-py = { version = "0.3.11", path = "members/libpt-py" }
|
libpt-py = { version = "0.3.12", path = "members/libpt-py" }
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "libpt"
|
name = "libpt"
|
||||||
|
|
Reference in New Issue