generated from PlexSheep/baserepo
remove versions for workspace crates
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m58s
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m58s
Details
This commit is contained in:
parent
b3e5a99718
commit
b7fbef73b4
14
Cargo.toml
14
Cargo.toml
|
@ -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" }
|
||||
|
|
Reference in New Issue