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:
@@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.104.0"
|
version = "1.104.0"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
rust-version = "1.61"
|
rust-version = "1.61"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.104.0"
|
version = "1.104.0"
|
||||||
description = "Deltachat FFI"
|
description = "Deltachat FFI"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "deltachat-jsonrpc"
|
name = "deltachat-jsonrpc"
|
||||||
version = "1.104.0"
|
version = "1.104.0"
|
||||||
description = "DeltaChat JSON-RPC API"
|
description = "DeltaChat JSON-RPC API"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
default-run = "deltachat-jsonrpc-server"
|
default-run = "deltachat-jsonrpc-server"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "deltachat-rpc-server"
|
name = "deltachat-rpc-server"
|
||||||
version = "1.104.0"
|
version = "1.104.0"
|
||||||
description = "DeltaChat JSON-RPC server"
|
description = "DeltaChat JSON-RPC server"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat_derive"
|
name = "deltachat_derive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user