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

This commit is contained in:
Isis Lovecruft 2018-05-04 19:16:42 +00:00
parent 6f8b961a65
commit b5bd19ea05
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
1 changed files with 1 additions and 1 deletions

View 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"