Merge branch 'maint-0.3.3' into release-0.3.3

This commit is contained in:
Nick Mathewson 2018-03-28 08:11:46 -04:00
commit e31487b4ed
3 changed files with 5 additions and 2 deletions

3
changes/bug25664 Normal file
View File

@ -0,0 +1,3 @@
o New system requirements:
- When built with Rust, Tor now depends on version 0.2.39 of the libc
crate. Closes tickets 25310 and 25664.

View 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], [

View 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