summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-30 08:53:58 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-05 08:20:07 -0400
commite3ad4957a8d06716d3e5dad9cda09ce236b941d1 (patch)
treefa83e15e998a555eeb1a93cc8da6e8278176fe2c /changes
parent6aaafb0672ec7d2f454720ea0bed41fb91d9744e (diff)
downloadtor-e3ad4957a8d06716d3e5dad9cda09ce236b941d1.tar.gz
tor-e3ad4957a8d06716d3e5dad9cda09ce236b941d1.zip
Fix the default for TOR_RUST_DEPENDENCIES
By default, we want to look at the crates directory of the submodule, not the toplevel of the submodule. Fixes bug 25679; bugfix on 0.3.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug256794
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug25679 b/changes/bug25679
new file mode 100644
index 0000000000..9247a29153
--- /dev/null
+++ b/changes/bug25679
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation, rust):
+ - Build correctly when the rust dependencies submodule is loaded,
+ but the TOR_RUST_DEPENDENCIES environment variable is not set.
+ Fixes bug 25679; bugfix on 0.3.3.1-alpha.