From b60820a7b5b506421bd6eeed14aaeada750e5f1c Mon Sep 17 00:00:00 2001 From: LLFourn Date: Tue, 21 Feb 2023 16:55:08 +1100 Subject: [PATCH] Remove authors.workspace because older cargo don't like --- crates/bdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"