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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6c6add1876..2b9bc85958 100644 --- a/configure.ac +++ b/configure.ac @@ -275,7 +275,7 @@ fi AM_CONDITIONAL(USEPYTHON, [test "x$PYTHON" != "x"]) dnl List all external rust crates we depend on here. Include the version -rust_crates="libc-0.2.22" +rust_crates="libc-0.2.39" AC_SUBST(rust_crates) ifdef([AC_C_FLEXIBLE_ARRAY_MEMBER], [ |