diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc3385d4..a64a3cf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Each version will have a separate `Breaking Changes` section as well. To describ ### Breaking changes ### Removed +* Removed homepage from testing-utils crate in [#266](https://github.com/Layr-Labs/eigensdk-rs/pull/266). ## [0.1.3] - 2024-01-17 ### Added 🎉 diff --git a/testing/testing-utils/Cargo.toml b/testing/testing-utils/Cargo.toml index f9a9d1ff1..350e40895 100644 --- a/testing/testing-utils/Cargo.toml +++ b/testing/testing-utils/Cargo.toml @@ -5,7 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true license-file.workspace = true -homepage.workspace = true repository.workspace = true [lints]