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_util/Cargo.toml | |
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_util/Cargo.toml')
-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 adc3390b53..a606a280b2 100644 --- a/src/rust/tor_util/Cargo.toml +++ b/src/rust/tor_util/Cargo.toml @@ -15,5 +15,5 @@ path = "../tor_allocate" path = "../tor_log" [dependencies] -libc = "0.2.22" +libc = "=0.2.39" |