summaryrefslogtreecommitdiff
path: root/src/rust/tor_log
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-30 08:39:57 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-30 08:39:57 -0400
commit262b0fe7a00f9f13980c408b975f08fcdc8ec117 (patch)
tree9d6473f60860534d50d513e52482464fa204b198 /src/rust/tor_log
parent709cd447f0b207f969d448bd4fe2d5f2795e678d (diff)
parent82857849662189d25e1a06bf6b764c64d2468168 (diff)
downloadtor-262b0fe7a00f9f13980c408b975f08fcdc8ec117.tar.gz
tor-262b0fe7a00f9f13980c408b975f08fcdc8ec117.zip
Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5
Diffstat (limited to 'src/rust/tor_log')
-rw-r--r--src/rust/tor_log/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/tor_log/Cargo.toml b/src/rust/tor_log/Cargo.toml
index 1aa9be0612..14d9ae803a 100644
--- a/src/rust/tor_log/Cargo.toml
+++ b/src/rust/tor_log/Cargo.toml
@@ -6,7 +6,6 @@ authors = ["The Tor Project"]
[lib]
name = "tor_log"
path = "lib.rs"
-crate_type = ["rlib", "staticlib"]
[features]
# We have to define a feature here because doctests don't get cfg(test),