tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit bfd1d702433fde0c551a1c79d410d87fe22feb30
parent d9010c5b67a60e9f0b9051ba6597005e33e58266
Author: Roger Dingledine <arma@torproject.org>
Date:   Tue,  5 Feb 2019 08:10:43 -0500

Merge branch 'maint-0.3.5'

Diffstat:
Achanges/bug29244 | 4++++
Msrc/rust/Cargo.lock | 2++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/bug29244 b/changes/bug29244 @@ -0,0 +1,4 @@ + o Minor bugfixes (build, compatibility): + - Update Cargo.lock file to match the version made by the latest + version of Rust, so that "make distcheck" will pass again. + Fixes bug 29244; bugfix on 0.3.3.4-alpha. diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "crypto" version = "0.0.1"