[tor-commits] [tor/master] Include tor_log rust files in source distribution.

nickm at torproject.org nickm at torproject.org
Fri Apr 6 20:19:43 UTC 2018


commit 2fac948158f50ed062a059def81da632b1d8ce18
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Apr 6 16:19:14 2018 -0400

    Include tor_log rust files in source distribution.
    
    Fixes another case of #25732; bug not in any released Tor.
---
 src/rust/include.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/rust/include.am b/src/rust/include.am
index 7a0181e37..f1aa0bd5a 100644
--- a/src/rust/include.am
+++ b/src/rust/include.am
@@ -20,6 +20,9 @@ EXTRA_DIST +=\
 	src/rust/tor_allocate/Cargo.toml \
 	src/rust/tor_allocate/lib.rs \
 	src/rust/tor_allocate/tor_allocate.rs \
+	src/rust/tor_log/Cargo.toml \
+	src/rust/tor_log/lib.rs \
+	src/rust/tor_log/tor_log.rs \
 	src/rust/tor_rust/Cargo.toml \
 	src/rust/tor_rust/include.am \
 	src/rust/tor_rust/lib.rs \



More information about the tor-commits mailing list