summaryrefslogtreecommitdiff
path: root/src/rust/crypto
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-18 17:03:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-18 17:03:52 -0400
commit70d91bd059869a0ecf24ceb66942ada4f66f03c9 (patch)
treed7be08d0d0035ed653355781e4c27bec25f48d19 /src/rust/crypto
parent9799cc90b06d4e9e165c0927092274066ca45a66 (diff)
downloadtor-70d91bd059869a0ecf24ceb66942ada4f66f03c9.tar.gz
tor-70d91bd059869a0ecf24ceb66942ada4f66f03c9.zip
Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a
This was already added to LIBTOR_A_SOURCES; it doesn't need to get added again. Fixes bug 26402. Bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'src/rust/crypto')
-rw-r--r--src/rust/crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml
index c0c5e7bf93..9d302ee3ba 100644
--- a/src/rust/crypto/Cargo.toml
+++ b/src/rust/crypto/Cargo.toml
@@ -4,6 +4,7 @@ authors = ["The Tor Project",
name = "crypto"
version = "0.0.1"
publish = false
+build = "../build.rs"
[lib]
name = "crypto"
@@ -26,4 +27,3 @@ rand_core = { version = "=0.2.0-pre.0", default-features = false }
[features]
testing = ["tor_log/testing"]
-