Merge branch 'maint-0.3.1' into maint-0.3.2

This commit is contained in:
Nick Mathewson
2018-02-21 11:53:50 -05:00
2 changed files with 5 additions and 1 deletions
+1 -1
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
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.