Release 0.2.6-alpha.0

libpt@0.2.6-alpha.0
libpt-bin@0.2.6-alpha.0
libpt-bintols@0.2.6-alpha.0
libpt-ccc@0.2.6-alpha.0
libpt-core@0.2.6-alpha.0
libpt-hedu@0.2.6-alpha.0
libpt-log@0.2.6-alpha.0
libpt-math@0.2.6-alpha.0
libpt-net@0.2.6-alpha.0

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-01-17 11:28:06 +01:00
parent 90b80a23e1
commit 55797885e8
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
6 changed files with 21 additions and 21 deletions

View File

@ -13,7 +13,7 @@ members = [
default-members = [".", "members/libpt-bin", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.2.5"
version = "0.2.6-alpha.0"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
@ -31,8 +31,8 @@ categories = [
[workspace.dependencies]
anyhow = "1.0.79"
thiserror = "1.0.56"
libpt-log = { version = "0.2.5", path = "../libpt-log" }
libpt-bintols = { version = "0.2.5", ath = "../libpt-bintols" }
libpt-log = { version = "0.2.6-alpha.0", path = "../libpt-log" }
libpt-bintols = { version = "0.2.6-alpha.0", ath = "../libpt-bintols" }
[package]
name = "libpt"
@ -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.5", path = "members/libpt-bintols" }
libpt-core = { version = "0.2.5", path = "members/libpt-core" }
libpt-hedu = { version = "0.2.5", path = "members/libpt-hedu" }
libpt-log = { version = "0.2.5", path = "members/libpt-log" }
libpt-math = { version = "0.2.5", path = "members/libpt-math" }
libpt-ccc = { version = "0.2.5", path = "members/libpt-ccc" }
libpt-net = { version = "0.2.5", path = "members/libpt-net" }
libpt-bintols = { version = "0.2.6-alpha.0", path = "members/libpt-bintols" }
libpt-core = { version = "0.2.6-alpha.0", path = "members/libpt-core" }
libpt-hedu = { version = "0.2.6-alpha.0", path = "members/libpt-hedu" }
libpt-log = { version = "0.2.6-alpha.0", path = "members/libpt-log" }
libpt-math = { version = "0.2.6-alpha.0", path = "members/libpt-math" }
libpt-ccc = { version = "0.2.6-alpha.0", path = "members/libpt-ccc" }
libpt-net = { version = "0.2.6-alpha.0", path = "members/libpt-net" }

View File

@ -16,5 +16,5 @@ categories.workspace = true
[dependencies]
num-traits = "0.2.16"
libpt-core = { version = "0.2.5", path = "../libpt-core" }
libpt-log = { version = "0.2.5", path = "../libpt-log" }
libpt-core = { version = "0.2.6-alpha.0", path = "../libpt-core" }
libpt-log = { version = "0.2.6-alpha.0", path = "../libpt-log" }

View File

@ -17,6 +17,6 @@ categories.workspace = true
[dependencies]
num = "0.4.1"
num-traits = "0.2.16"
libpt-core = { version = "0.2.5", path = "../libpt-core" }
libpt-log = { version = "0.2.5", path = "../libpt-log" }
libpt-math = { version = "0.2.5", path = "../libpt-math" }
libpt-core = { version = "0.2.6-alpha.0", path = "../libpt-core" }
libpt-log = { version = "0.2.6-alpha.0", path = "../libpt-log" }
libpt-math = { version = "0.2.6-alpha.0", path = "../libpt-math" }

View File

@ -15,4 +15,4 @@ categories.workspace = true
[dependencies]
anyhow = "1.0.79"
cucumber = "0.20.2"
libpt-log = { version = "0.2.5", path = "../libpt-log" }
libpt-log = { version = "0.2.6-alpha.0", path = "../libpt-log" }

View File

@ -17,5 +17,5 @@ categories.workspace = true
[dependencies]
anyhow = { workspace = true }
thiserror = { workspace = true }
libpt-log = { version = "0.2.5", path = "../libpt-log" }
libpt-bintols = { version = "0.2.5", path = "../libpt-bintols" }
libpt-log = { version = "0.2.6-alpha.0", path = "../libpt-log" }
libpt-bintols = { version = "0.2.6-alpha.0", path = "../libpt-bintols" }

View File

@ -16,9 +16,9 @@ categories.workspace = true
[dependencies]
humantime = "2.1.0"
libpt-core = { version = "0.2.5", path = "../libpt-core" }
libpt-log = { version = "0.2.5", path = "../libpt-log" }
libpt-math = { version = "0.2.5", path = "../libpt-math" }
libpt-core = { version = "0.2.6-alpha.0", path = "../libpt-core" }
libpt-log = { version = "0.2.6-alpha.0", path = "../libpt-log" }
libpt-math = { version = "0.2.6-alpha.0", path = "../libpt-math" }
reqwest = { version = "0.11.20", features = ["blocking"] }
serde = { version = "1.0.188", features = ["serde_derive"] }
serde_json = "1.0.107"