generated from PlexSheep/baserepo
Release 0.2.10
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.10 Generated by cargo-workspaces
This commit is contained in:
parent
afc97f6de1
commit
71cc69d4ab
16
Cargo.toml
16
Cargo.toml
|
@ -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.10-alpha.0"
|
version = "0.2.10"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -71,10 +71,10 @@ crate-type = [
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libpt-bintols = { version = "0.2.9", path = "members/libpt-bintols" }
|
libpt-bintols = { version = "0.2.10", path = "members/libpt-bintols" }
|
||||||
libpt-core = { version = "0.2.9", path = "members/libpt-core" }
|
libpt-core = { version = "0.2.10", path = "members/libpt-core" }
|
||||||
libpt-hedu = { version = "0.2.9", path = "members/libpt-hedu" }
|
libpt-hedu = { version = "0.2.10", path = "members/libpt-hedu" }
|
||||||
libpt-log = { version = "0.2.9", path = "members/libpt-log" }
|
libpt-log = { version = "0.2.10", path = "members/libpt-log" }
|
||||||
libpt-math = { version = "0.2.9", path = "members/libpt-math" }
|
libpt-math = { version = "0.2.10", path = "members/libpt-math" }
|
||||||
libpt-ccc = { version = "0.2.9", path = "members/libpt-ccc" }
|
libpt-ccc = { version = "0.2.10", path = "members/libpt-ccc" }
|
||||||
libpt-net = { version = "0.2.9", path = "members/libpt-net" }
|
libpt-net = { version = "0.2.10", path = "members/libpt-net" }
|
||||||
|
|
Reference in New Issue