tor

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

commit 62c88a60111fa4bbd23cfe7bb604b827981cc81c
parent fc22bcadb51bcabb9b9c16a9768adbe86788b7f1
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 21 Feb 2018 11:53:50 -0500

Merge branch 'maint-0.3.3'

Diffstat:
M.gitmodules | 2+-
Achanges/ticket25323 | 4++++
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/ext/rust"] path = src/ext/rust - url = https://git.torproject.org/user/sebastian/tor-rust-dependencies + url = https://git.torproject.org/tor-rust-dependencies diff --git a/changes/ticket25323 b/changes/ticket25323 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Update the "rust dependencies" submodule to be an project-level + repository, rather than a user repository. Closes ticket 25323. +