aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-19 11:29:00 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-10-06 12:14:55 +0200
commitb49b9959b5375ed44c94f968bcebb07a7b8eac94 (patch)
tree94d423835a2668d4bce1231ade4c38decefe355f /Cargo.toml
parent35535148a9f073886a42d6d3a32f70fa4767d9fd (diff)
downloadmail-b49b9959b5375ed44c94f968bcebb07a7b8eac94.tar.gz
prevent travis from building with features that are not available
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d846862..401d553 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,11 @@ travis-ci = { repository = "vhdirk/notmuch-rs" }
libc = "0.2"
clippy = { version = "0.0.193", optional = true }
+[features]
+v0_21 = []
+v0_26 = ["v0_21"]
+default = ["v0_26"]
+
[[test]]
name = "main"