commit ac1942ac58d631af036acc97c73dad9d89b23aaf parent 2bcd264a28e2d6bec1e806e779bf82435c9c7505 Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 21 Feb 2018 11:53:04 -0500 Update the .gitmodules to refer to project-level tor-rust-dependencies Closes most of #25323. Diffstat:
| M | .gitmodules | | | 2 | +- |
| A | changes/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. +