From b174ce8e5a113d30f0cd5471237d052ac7370150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 25 Apr 2021 17:10:32 +0200 Subject: use local notmuch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca3f1c3..007c8c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" crossterm = "0.19" # terminal control (cursor, style) termimad = "0.10" # markdown renderer -notmuch = "0.6" +notmuch = { path = "notmuch" } [profile.release] lto = "thin" -- cgit v1.2.1