remove versions for workspace crates
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m58s Details

This commit is contained in:
Christoph J. Scherr 2024-01-16 10:33:14 +01:00
parent b3e5a99718
commit b7fbef73b4
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 7 additions and 7 deletions

View File

@ -76,10 +76,10 @@ crate-type = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libpt-bintols = { version = "0.1.7", path = "members/libpt-bintols" }
libpt-core = { version = "0.1.7", path = "members/libpt-core" }
libpt-hedu = { version = "0.1.7", path = "members/libpt-hedu" }
libpt-log = { version = "0.1.7", path = "members/libpt-log" }
libpt-math = { version = "0.1.7", path = "members/libpt-math" }
libpt-net = { version = "0.1.7", path = "members/libpt-net" }
libpt-ccc = { version = "0.1.7", path = "members/libpt-ccc" }
libpt-bintols = { path = "members/libpt-bintols" }
libpt-core = { path = "members/libpt-core" }
libpt-hedu = { path = "members/libpt-hedu" }
libpt-log = { path = "members/libpt-log" }
libpt-math = { path = "members/libpt-math" }
libpt-net = { path = "members/libpt-net" }
libpt-ccc = { path = "members/libpt-ccc" }