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 }