diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-28 08:10:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-28 08:10:54 -0400 |
commit | 3cc382b93e6ae55b86c50463493507c6d01250cd (patch) | |
tree | 1a455604aa2976e9c34b7400b6567c33f0ca5ede | |
parent | 684aef40f9f003adf211ae29de47905b1109a06c (diff) | |
download | tor-3cc382b93e6ae55b86c50463493507c6d01250cd.tar.gz tor-3cc382b93e6ae55b86c50463493507c6d01250cd.zip |
add a changes file for the rust libc update
-rw-r--r-- | changes/bug25664 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug25664 b/changes/bug25664 new file mode 100644 index 0000000000..c8b3ca6187 --- /dev/null +++ b/changes/bug25664 @@ -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. |