Skip to content

Commit

Permalink
Bump client version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxu committed Dec 10, 2023
1 parent 58c8171 commit 4fb87cc
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flo-client"
version = "0.16.0"
version = "0.16.1"
authors = ["Flux Xu <[email protected]>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ flo-net = { path = "../net" }
flo-config = { path = "../config" }
flo-platform = { path = "../platform" }
flo-w3storage = { path = "../w3storage" }
flo-w3map = { path = "../w3map", features = ["w3storage"]}
flo-w3map = { path = "../w3map", features = ["w3storage"] }
flo-w3gs = { path = "../w3gs" }
flo-util = { path = "../util" }
flo-task = { path = "../task" }
Expand All @@ -30,10 +30,19 @@ flo-observer-fs = { path = "../observer-fs" }
flo-replay = { path = "../replay" }

s2-grpc-utils = "0.2"
tokio = { version = "1.21.2", features = ["time", "net", "macros", "sync", "rt", "rt-multi-thread"] }
tokio = { version = "1.21.2", features = [
"time",
"net",
"macros",
"sync",
"rt",
"rt-multi-thread",
] }
tokio-stream = { version = "0.1.10", features = ["time", "net"] }
tokio-util = { version = "0.6", features = ["time"] }
async-tungstenite = { version = "0.16.1", features = ["tokio-runtime"], optional = true }
async-tungstenite = { version = "0.16.1", features = [
"tokio-runtime",
], optional = true }
tracing = "0.1"
tracing-futures = "0.2"
thiserror = "1.0"
Expand Down

0 comments on commit 4fb87cc

Please sign in to comment.