Browse Source

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

Isis Lovecruft 6 years ago
parent
commit
b5bd19ea05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rust/rand/Cargo.toml

+ 1 - 1
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"