Remove openssl dependency which trojanned itself in
This commit is contained in:
parent
f18157e774
commit
dce0cc65d2
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.5.4"
|
version = "0.5.5"
|
||||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/apoelstra/rust-bitcoin/"
|
homepage = "https://github.com/apoelstra/rust-bitcoin/"
|
||||||
|
@ -17,7 +17,6 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "0.3"
|
byteorder = "0.3"
|
||||||
jsonrpc = "0.7" # for serde macros
|
|
||||||
num = "0.1"
|
num = "0.1"
|
||||||
num_cpus = "0.2"
|
num_cpus = "0.2"
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
|
@ -28,3 +27,7 @@ serde = "0.6"
|
||||||
strason = "0.3"
|
strason = "0.3"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
|
|
||||||
|
[dependencies.jsonrpc]
|
||||||
|
version = "0.7" # for serde macros
|
||||||
|
default-features = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue