mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +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:
@@ -2,7 +2,6 @@
|
||||
name = "deltachat-jsonrpc"
|
||||
version = "1.104.0"
|
||||
description = "DeltaChat JSON-RPC API"
|
||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||
edition = "2021"
|
||||
default-run = "deltachat-jsonrpc-server"
|
||||
license = "MPL-2.0"
|
||||
|
||||
Reference in New Issue
Block a user