mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
switch to stable toolchain by default
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -25,7 +25,7 @@ anyhow = "1.0.28"
|
||||
thiserror = "1.0.14"
|
||||
|
||||
[features]
|
||||
default = ["vendored", "nightly"]
|
||||
default = ["vendored"]
|
||||
vendored = ["deltachat/vendored"]
|
||||
nightly = ["deltachat/nightly"]
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
nightly-2020-03-19
|
||||
1.43.1
|
||||
|
||||
Reference in New Issue
Block a user