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