X-Git-Url: https://git.r.bdr.sh/rbdr/olden-mail/blobdiff_plain/13bd0f04002b606336f99135f65bcf3bd388b1cc..8ab8739c55711caa07b8d7540309cb48cc892369:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index 7aa36fb..f07d446 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "olden-mail" -version = "1.0.0" +version = "1.1.0" edition = "2021" license = "AGPL-3.0-or-later" description = "IMAP & SMTP proxy to connect vintage clients to modern e-mail." @@ -33,7 +33,3 @@ assets = [ [lints.clippy] pedantic = "warn" - -[target.aarch64-unknown-linux-gnu] -linker = "aarch64-linux-gnu-gcc" -rustflags = ["-C", "link-arg=-fuse-ld=lld"]