diff options
Diffstat (limited to 'src/rust/rand/Cargo.toml')
-rw-r--r-- | src/rust/rand/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/rand/Cargo.toml b/src/rust/rand/Cargo.toml index 1b73563c8d..b5bbf5c1b6 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" |