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:
link2xt
2022-12-25 12:23:48 +00:00
parent 8de7014eeb
commit 942f64f04d
5 changed files with 0 additions and 5 deletions

View File

@@ -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"

View File

@@ -2,7 +2,6 @@
name = "deltachat_ffi"
version = "1.104.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
readme = "README.md"
license = "MPL-2.0"

View File

@@ -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"

View File

@@ -2,7 +2,6 @@
name = "deltachat-rpc-server"
version = "1.104.0"
description = "DeltaChat JSON-RPC server"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2021"
readme = "README.md"
license = "MPL-2.0"

View File

@@ -1,7 +1,6 @@
[package]
name = "deltachat_derive"
version = "2.0.0"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
license = "MPL-2.0"