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"]
|
||||
[workspace.package]
|
||||
publish = true
|
||||
version = "0.2.10-alpha.0"
|
||||
version = "0.2.10"
|
||||
edition = "2021"
|
||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||
license = "MIT"
|
||||
|
@ -71,10 +71,10 @@ crate-type = [
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
libpt-bintols = { version = "0.2.9", path = "members/libpt-bintols" }
|
||||
libpt-core = { version = "0.2.9", path = "members/libpt-core" }
|
||||
libpt-hedu = { version = "0.2.9", path = "members/libpt-hedu" }
|
||||
libpt-log = { version = "0.2.9", path = "members/libpt-log" }
|
||||
libpt-math = { version = "0.2.9", path = "members/libpt-math" }
|
||||
libpt-ccc = { version = "0.2.9", path = "members/libpt-ccc" }
|
||||
libpt-net = { version = "0.2.9", path = "members/libpt-net" }
|
||||
libpt-bintols = { version = "0.2.10", path = "members/libpt-bintols" }
|
||||
libpt-core = { version = "0.2.10", path = "members/libpt-core" }
|
||||
libpt-hedu = { version = "0.2.10", path = "members/libpt-hedu" }
|
||||
libpt-log = { version = "0.2.10", path = "members/libpt-log" }
|
||||
libpt-math = { version = "0.2.10", path = "members/libpt-math" }
|
||||
libpt-ccc = { version = "0.2.10", path = "members/libpt-ccc" }
|
||||
libpt-net = { version = "0.2.10", path = "members/libpt-net" }
|
||||
|
|
Reference in New Issue