We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80553c commit c397bceCopy full SHA for c397bce
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "colink"
3
-version = "0.1.15"
+version = "0.1.16"
4
edition = "2021"
5
description = "CoLink Rust SDK"
6
license = "MIT"
@@ -16,7 +16,7 @@ chrono = "0.4"
16
ctrlc = { version = "3.2", features = ["termination"] }
17
futures-lite = "1.12"
18
lapin = "2.1"
19
-openssl = "0.10"
+openssl = { version = "0.10", features = ["vendored"] }
20
prost = "0.10"
21
rand = { version = "0.8.4", features = ["std_rng"] }
22
secp256k1 = { version = "0.21.2", features = ["rand-std"] }
0 commit comments