diff options
author | Georg Koppen <gk@torproject.org> | 2018-03-28 10:19:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-28 08:07:27 -0400 |
commit | 684aef40f9f003adf211ae29de47905b1109a06c (patch) | |
tree | d488dd7eaa61da64ca6c1bfbeee39afed8cfd2a0 /doc | |
parent | d416e208e4e94c2b4ccd4e11013151c72180faff (diff) | |
download | tor-684aef40f9f003adf211ae29de47905b1109a06c.tar.gz tor-684aef40f9f003adf211ae29de47905b1109a06c.zip |
Bug 25664: Update libc version requirement for Rust
When merging the patches for #25310 the libc version requirement in
`GettingStartedRust.md` and `configure.ac` did not get updated to the
now needed 0.2.39.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/GettingStartedRust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/GettingStartedRust.md b/doc/HACKING/GettingStartedRust.md index f5914bc87a..a533ba8a27 100644 --- a/doc/HACKING/GettingStartedRust.md +++ b/doc/HACKING/GettingStartedRust.md @@ -65,7 +65,7 @@ fetching dependencies from Cargo or specifying a local directory. You'll need the following Rust dependencies (as of this writing): - libc==0.2.22 + libc==0.2.39 We vendor our Rust dependencies in a separate repo using [cargo-vendor](https://github.com/alexcrichton/cargo-vendor). To use |