瀏覽代碼

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

Isis Lovecruft 6 年之前
父節點
當前提交
b5bd19ea05
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"