mirror of
https://github.com/chatmail/core.git
synced 2026-05-21 15:56:30 +03:00
Remove authors field from Cargo metadata
See Rust RFC 3052 [1]. This field is no longer required, so there is no need to have a filler value here anymore. [1] <https://rust-lang.github.io/rfcs/3052-optional-authors-field.html>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "deltachat"
|
||||
version = "1.104.0"
|
||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
rust-version = "1.61"
|
||||
|
||||
Reference in New Issue
Block a user