Added versions to dependencies

This commit is contained in:
Martin Slot 2023-12-09 08:52:38 +01:00
parent 4002d318a5
commit 7d1662ed41
2 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,6 @@ publish = ["descore"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
commander_kernel = { path = "../kernel" }
commander_kernel = { path = "../kernel", version = "0.1.0" }
bytes = "1.1.0"
prost = "0.11"

View File

@ -7,5 +7,5 @@ publish = ["descore"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
commander_host = { path = "../commander_host" }
commander_kernel = { path = "../kernel" }
commander_host = { path = "../commander_host", version = "0.1.0" }
commander_kernel = { path = "../kernel", version = "0.1.0" }