tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8c1e2d7557ff05c27a6dd32eb0ee90caff69da59
parent e22822e4ae75dc59c7242d84bc306476fbd92a3b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat, 16 Jun 2018 10:15:39 -0400

Merge branch 'maint-0.3.4'

Diffstat:
Msrc/rust/crypto/Cargo.toml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml @@ -13,7 +13,7 @@ crate_type = ["rlib", "staticlib"] [dependencies] libc = "=0.2.39" digest = "=0.7.2" -rand_core = "=0.2.0-pre.0" +rand_core = { version = "=0.2.0-pre.0", default-features = false } external = { path = "../external" } smartlist = { path = "../smartlist" } @@ -22,6 +22,7 @@ tor_log = { path = "../tor_log" } [dev-dependencies] rand = { version = "=0.5.0-pre.2", default-features = false } +rand_core = { version = "=0.2.0-pre.0", default-features = false } [features] testing = ["tor_log/testing"]