diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-21 17:04:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-21 17:04:38 -0400 |
commit | 95b78d4178a07b9b33782a2d3193aa176a88ca80 (patch) | |
tree | a34c27288f77ee97dc35fb92bd4ec570638e4cdf /src/rust/tor_util | |
parent | b06997914207c7877f09736bebb9e500019a0555 (diff) | |
parent | 00a473733d78f15d59c48d3244d7fc8302c8314c (diff) | |
download | tor-95b78d4178a07b9b33782a2d3193aa176a88ca80.tar.gz tor-95b78d4178a07b9b33782a2d3193aa176a88ca80.zip |
Merge branch 'bug25310_r1_033' into maint-0.3.3
Diffstat (limited to 'src/rust/tor_util')
-rw-r--r-- | src/rust/tor_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/tor_util/Cargo.toml b/src/rust/tor_util/Cargo.toml index d7379a5988..b540d8c847 100644 --- a/src/rust/tor_util/Cargo.toml +++ b/src/rust/tor_util/Cargo.toml @@ -12,5 +12,5 @@ crate_type = ["rlib", "staticlib"] path = "../tor_allocate" [dependencies] -libc = "0.2.22" +libc = "=0.2.39" |