diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-21 17:05:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-21 17:05:42 -0400 |
commit | 03e787e220a92996ecca1c9bc262f29ee37ececc (patch) | |
tree | 80d555623548c6527ae0b69c32f5c2ed504c0743 /src/rust/tor_allocate | |
parent | 2c36a02bb148e7331675f65628939dec448a8db1 (diff) | |
parent | 95b78d4178a07b9b33782a2d3193aa176a88ca80 (diff) | |
download | tor-03e787e220a92996ecca1c9bc262f29ee37ececc.tar.gz tor-03e787e220a92996ecca1c9bc262f29ee37ececc.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/rust/tor_allocate')
-rw-r--r-- | src/rust/tor_allocate/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/tor_allocate/Cargo.toml b/src/rust/tor_allocate/Cargo.toml index ceb08b78ab..468425f115 100644 --- a/src/rust/tor_allocate/Cargo.toml +++ b/src/rust/tor_allocate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" name = "tor_allocate" [dependencies] -libc = "0.2.22" +libc = "=0.2.39" [lib] name = "tor_allocate" |