mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-12 23:36:52 +00:00
Add versions to dependencies
This commit is contained in:
+3
-3
@@ -13,9 +13,9 @@ path = "lib.rs"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
garage_util = { path = "../util" }
|
||||
garage_table = { path = "../table" }
|
||||
garage_model = { path = "../model" }
|
||||
garage_util = { version = "0.1", path = "../util" }
|
||||
garage_table = { version = "0.1", path = "../table" }
|
||||
garage_model = { version = "0.1", path = "../model" }
|
||||
|
||||
bytes = "0.4"
|
||||
hex = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user