From 12e66f5a969f6e591926d9b2fa28f058151a87f1 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Fri, 22 May 2020 13:28:49 +0200 Subject: [PATCH] switch to stable toolchain by default --- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- rust-toolchain | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 802a9daf6..e209a069b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ required-features = ["repl"] [features] -default = ["nightly"] +default = [] internals = [] repl = ["internals", "rustyline", "log", "pretty_env_logger", "ansi_term"] vendored = ["async-native-tls/vendored", "async-smtp/native-tls-vendored"] diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 22af8af1d..3bd11869f 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -25,7 +25,7 @@ anyhow = "1.0.28" thiserror = "1.0.14" [features] -default = ["vendored", "nightly"] +default = ["vendored"] vendored = ["deltachat/vendored"] nightly = ["deltachat/nightly"] diff --git a/rust-toolchain b/rust-toolchain index 10a652fd3..3987c4729 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2020-03-19 +1.43.1