From d24d316c09825400983c9ee7bedb97e5c9264bf4 Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Sat, 8 Feb 2025 10:04:27 +1100 Subject: [PATCH] fix(http): crate manifest `documentation` and `keywords` --- zarrs_http/CHANGELOG.md | 3 +++ zarrs_http/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zarrs_http/CHANGELOG.md b/zarrs_http/CHANGELOG.md index 848702e8..3a6b3984 100644 --- a/zarrs_http/CHANGELOG.md +++ b/zarrs_http/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `itertools` to 0.14 +### Fixed +- Fixed crate manifest `documentation` and `keywords` + ## [0.2.0] - 2024-11-15 ### Changed diff --git a/zarrs_http/Cargo.toml b/zarrs_http/Cargo.toml index 68dd11c5..008381a4 100644 --- a/zarrs_http/Cargo.toml +++ b/zarrs_http/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" rust-version = "1.77" description = "A synchronous http store for the zarrs crate" homepage = "https://zarrs.dev" -documentation = "https://docs.rs/zarrs_storage" +documentation = "https://docs.rs/zarrs_http" repository = "https://github.com/LDeakin/zarrs" license = "MIT OR Apache-2.0" -keywords = ["zarr", "zarrs", "storage", "store"] +keywords = ["zarr", "zarrs", "http"] categories = ["encoding"] [lints]