From: LLFourn Date: Tue, 21 Feb 2023 05:55:08 +0000 (+1100) Subject: Remove authors.workspace because older cargo don't like X-Git-Tag: v1.0.0-alpha.0~6^2~44 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=b60820a7b5b506421bd6eeed14aaeada750e5f1c;p=bdk Remove authors.workspace because older cargo don't like --- diff --git a/crates/bdk/Cargo.toml b/crates/bdk/Cargo.toml index 9031ff85..bf8d1c79 100644 --- a/crates/bdk/Cargo.toml +++ b/crates/bdk/Cargo.toml @@ -8,7 +8,7 @@ description = "A modern, lightweight, descriptor-based wallet library" keywords = ["bitcoin", "wallet", "descriptor", "psbt"] readme = "README.md" license = "MIT OR Apache-2.0" -authors.workspace = true +authors = ["Bitcoin Dev Kit Developers"] edition = "2018"