Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haydnv committed Oct 1, 2021
1 parent 30bde86 commit 9ad9716
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9ad9716

Please sign in to comment.