Skip to content

Commit 7f0e6bc

Browse files
author
Leonidas Loucas
committed
chore: loosen bounds and bump version for api change
1 parent 02560b1 commit 7f0e6bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rust/lib/srpc/client/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
22
name = "srpc_client"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[lib]
77
name = "srpc_client"
88
crate-type = ["cdylib", "rlib"]
99

1010
[dependencies]
11-
bytes = "1.0"
12-
futures = "0.3.28"
13-
tokio = { version = "1.0", features = ["full"] }
11+
bytes = "1"
12+
futures = "0.3"
13+
tokio = { version = "1", features = ["full"] }
1414
openssl = "0.10"
15-
serde_json = "1.0"
15+
serde_json = "1"
1616
tokio-openssl = "0.6"
17-
tokio-util = { version = "0.7.13", features = ["codec"] }
17+
tokio-util = { version = "0.7", features = ["codec"] }
1818
tracing = "0.1"
1919
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
2020

@@ -43,4 +43,4 @@ path = "examples/rust_client_example2.rs"
4343
required-features = []
4444

4545
[dev-dependencies]
46-
tokio = { version = "1.0", features = ["full", "macros"] }
46+
tokio = { version = "1", features = ["full", "macros"] }

0 commit comments

Comments
 (0)