generated from PlexSheep/baserepo
Release 0.2.9-alpha.0
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled
Details
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled
Details
libpt@0.2.9-alpha.0 libpt-bin@0.2.9-alpha.0 Generated by cargo-workspaces
This commit is contained in:
parent
435740809d
commit
58640cc196
|
@ -13,7 +13,7 @@ members = [
|
||||||
default-members = [".", "members/libpt-bin", "members/libpt-core"]
|
default-members = [".", "members/libpt-bin", "members/libpt-core"]
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
publish = true
|
publish = true
|
||||||
version = "0.2.8"
|
version = "0.2.9-alpha.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -31,7 +31,7 @@ path = "src/main/mod.rs"
|
||||||
clap = { version = "4.4.4", features = ["derive"] }
|
clap = { version = "4.4.4", features = ["derive"] }
|
||||||
clap-num = "1.0.2"
|
clap-num = "1.0.2"
|
||||||
clap-verbosity-flag = "2.0.1"
|
clap-verbosity-flag = "2.0.1"
|
||||||
libpt = { version = "0.2.5", path = "../..", features = [
|
libpt = {path = "../..", features = [
|
||||||
"default",
|
"default",
|
||||||
"ccc",
|
"ccc",
|
||||||
"math",
|
"math",
|
||||||
|
|
Reference in New Issue