Skip to content

Commit c397bce

Browse files
committed
vendored openssl
1 parent a80553c commit c397bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "colink"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
edition = "2021"
55
description = "CoLink Rust SDK"
66
license = "MIT"
@@ -16,7 +16,7 @@ chrono = "0.4"
1616
ctrlc = { version = "3.2", features = ["termination"] }
1717
futures-lite = "1.12"
1818
lapin = "2.1"
19-
openssl = "0.10"
19+
openssl = { version = "0.10", features = ["vendored"] }
2020
prost = "0.10"
2121
rand = { version = "0.8.4", features = ["std_rng"] }
2222
secp256k1 = { version = "0.21.2", features = ["rand-std"] }

0 commit comments

Comments
 (0)