switch to stable toolchain by default

This commit is contained in:
dignifiedquire
2020-05-22 13:28:49 +02:00
parent 371a7552f5
commit 12e66f5a96
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ anyhow = "1.0.28"
thiserror = "1.0.14"
[features]
default = ["vendored", "nightly"]
default = ["vendored"]
vendored = ["deltachat/vendored"]
nightly = ["deltachat/nightly"]