summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-26 12:30:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-26 12:30:20 +0100
commit6ab56858d225fd097ba1c60da7f3f7ba126e7e38 (patch)
tree288dcfa5b5c8049e437df6dc300ccc150a58fc6b
parent87e017574b938f9cdd7d1cac83182ace077f9032 (diff)
fixup! Let all Cargo.tomls in the workspace use the workspace in development mode
-rw-r--r--smtp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtp/Cargo.toml b/smtp/Cargo.toml
index 557e759..77ed41c 100644
--- a/smtp/Cargo.toml
+++ b/smtp/Cargo.toml
@@ -25,4 +25,4 @@ extended-api = []
[dev-dependencies]
-mail-core = { version="0.6.0", features=["test-utils"] }
+mail-core = { version="0.6.0", path = "../core", features=["test-utils"] }