]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1.
authorIsis Lovecruft <isis@torproject.org>
Fri, 4 May 2018 19:16:42 +0000 (19:16 +0000)
committerIsis Lovecruft <isis@torproject.org>
Fri, 4 May 2018 19:16:42 +0000 (19:16 +0000)
src/rust/rand/Cargo.toml

index 1b73563c8dd14d3044469c32db22fce4458ba416..b5bbf5c1b6e946049d148ae1bd67975ea35edf59 100644 (file)
@@ -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"