mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user