diff --git a/host/Cargo.toml b/host/Cargo.toml index 0a564d12e..c3d5d8b04 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -43,13 +43,13 @@ serde_json = { version = "1.0" } sha2 = "0.9" structopt = "0.3" tbon = "~0.3.5" -tc-btree = { path = "btree" } -tc-error = { path = "error" } -tc-table = { path = "table" } -tc-tensor = { path = "tensor", optional = true } -tc-transact = { path = "transact" } -tc-value = { path = "value" } -tcgeneric = { path = "generic" } +tc-btree = "~0.2.1" +tc-error = "0.3" +tc-table = "~0.1.8" +tc-tensor = { version = "~0.2.1", optional = true } +tc-transact = "0.9" +tc-value = "~0.2.2" +tcgeneric = "~0.2.3" tokio = { version = "1.12", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] } tokio-util = { version = "0.6", features = ["io"] } uuid = "0.8"