Update the .gitmodules to refer to project-level tor-rust-dependencies

Closes most of #25323.
This commit is contained in:
Nick Mathewson 2018-02-21 11:53:04 -05:00
parent 2bcd264a28
commit ac1942ac58
2 changed files with 5 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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

4
changes/ticket25323 Normal file
View File

@ -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.