From 02ffba72cbb21a1d6a0ca7aaf8765ea61f83fc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Mon, 2 Dec 2024 15:33:02 +0100 Subject: [PATCH] fix manifest for wasm-testing --- descriptors/Cargo.toml | 2 +- psbt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/descriptors/Cargo.toml b/descriptors/Cargo.toml index 00a47a5..3989562 100644 --- a/descriptors/Cargo.toml +++ b/descriptors/Cargo.toml @@ -6,7 +6,7 @@ keywords = { workspace = true } categories = { workspace = true } readme = "../README.md" authors = { workspace = true } -homepage = { workspace = true } +homepage.workspace = true repository = { workspace = true } rust-version = { workspace = true } edition = { workspace = true } diff --git a/psbt/Cargo.toml b/psbt/Cargo.toml index b3c6ee1..e0f3739 100644 --- a/psbt/Cargo.toml +++ b/psbt/Cargo.toml @@ -6,7 +6,7 @@ keywords = { workspace = true } categories = { workspace = true } readme = "../README.md" authors = { workspace = true } -homepage = { workspace = true } +homepage.workspace = true repository = { workspace = true } rust-version = { workspace = true } edition = { workspace = true }