tor

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

commit b5bd19ea05e529b636476e555b456b97c89e7a8c
parent 6f8b961a65eea3ed5962da1a7816ad533256d113
Author: Isis Lovecruft <isis@torproject.org>
Date:   Fri,  4 May 2018 19:16:42 +0000

Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1.

Diffstat:
Msrc/rust/rand/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rust/rand/Cargo.toml b/src/rust/rand/Cargo.toml @@ -19,7 +19,7 @@ tor_log = { path = "../tor_log" } tor_util = { path = "../tor_util" } [dev-dependencies] -rand = { version = "=0.5.0-pre.0", default-features = false, path = "../../ext/rust/vendor/rand-8c5b0ac51d" } +rand = { version = "=0.5.0-pre.1", default-features = false } [lib] name = "rand"