[tor-commits] [tor/master] Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1.
nickm at torproject.org
nickm at torproject.org
Fri May 4 21:20:39 UTC 2018
commit b5bd19ea05e529b636476e555b456b97c89e7a8c
Author: Isis Lovecruft <isis at torproject.org>
Date: Fri May 4 19:16:42 2018 +0000
Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1.
---
src/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
index 1b73563c8..b5bbf5c1b 100644
--- 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"
More information about the tor-commits
mailing list