mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.4'
This commit is contained in:
@@ -13,7 +13,7 @@ crate_type = ["rlib", "staticlib"]
|
||||
[dependencies]
|
||||
libc = "=0.2.39"
|
||||
digest = "=0.7.2"
|
||||
rand_core = "=0.2.0-pre.0"
|
||||
rand_core = { version = "=0.2.0-pre.0", default-features = false }
|
||||
|
||||
external = { path = "../external" }
|
||||
smartlist = { path = "../smartlist" }
|
||||
@@ -22,6 +22,7 @@ tor_log = { path = "../tor_log" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = { version = "=0.5.0-pre.2", default-features = false }
|
||||
rand_core = { version = "=0.2.0-pre.0", default-features = false }
|
||||
|
||||
[features]
|
||||
testing = ["tor_log/testing"]
|
||||
|
||||
Reference in New Issue
Block a user