]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bug 25664: Update libc version requirement for Rust
authorGeorg Koppen <gk@torproject.org>
Wed, 28 Mar 2018 10:19:31 +0000 (10:19 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Mar 2018 12:07:27 +0000 (08:07 -0400)
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.

configure.ac
doc/HACKING/GettingStartedRust.md

index 6c6add1876ae941cfff270af2b1b465fe06293d2..2b9bc859587d9170b0ce6a2327e150198c48b260 100644 (file)
@@ -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], [
index f5914bc87a1d3e291b26264d6352f4437f7dd1e7..a533ba8a27e00775fc66a29e698f4872760b41ea 100644 (file)
@@ -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