mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Update tor_log to libc 0.2.39 as well.
This commit is contained in:
Generated
+2
-1
@@ -40,7 +40,7 @@ dependencies = [
|
||||
name = "tor_log"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tor_allocate 0.0.1",
|
||||
]
|
||||
|
||||
@@ -58,6 +58,7 @@ version = "0.0.1"
|
||||
dependencies = [
|
||||
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tor_allocate 0.0.1",
|
||||
"tor_log 0.1.0",
|
||||
]
|
||||
|
||||
[metadata]
|
||||
|
||||
@@ -12,7 +12,7 @@ crate_type = ["rlib", "staticlib"]
|
||||
testing = []
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.22"
|
||||
libc = "0.2.39"
|
||||
|
||||
[dependencies.tor_allocate]
|
||||
path = "../tor_allocate"
|
||||
|
||||
Reference in New Issue
Block a user