Skip to content

Commit c87b4ad

Browse files
authored
Remove unused object_hash::hash_sha256_checksum helper (#786)
1 parent bdb30cc commit c87b4ad

5 files changed

Lines changed: 8 additions & 55 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quilt-rs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<!-- markdownlint-disable MD013 -->
1010
# Changelog
1111

12+
## [v0.34.0-alpha2] - 2026-07-20
13+
14+
### Removed
15+
16+
- The unused `object_hash::hash_sha256_checksum` helper (<https://github.com/quiltdata/quilt-rs/pull/786>)
17+
1218
## [v0.34.0-alpha1] - 2026-07-20
1319

1420
### Changed

quilt-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "quilt-rs"
33
description = "Rust library for accessing Quilt data packages."
44

55
# Inherit from workspace
6-
version = "0.34.0-alpha1"
6+
version = "0.34.0-alpha2"
77
edition.workspace = true
88
rust-version.workspace = true
99
license.workspace = true

quilt-rs/src/object_hash.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ use std::fmt;
1414
mod crc64nvme;
1515
pub mod error;
1616
mod hash;
17-
mod remote;
1817
mod sha256;
1918
mod sha256_chunked;
2019

2120
pub use crc64nvme::Crc64Hash;
2221
pub use crc64nvme::MULTIHASH_CRC64_NVME;
2322
pub use error::Error;
2423
pub use hash::Hash;
25-
pub use remote::hash_sha256_checksum;
2624
pub use sha256::MULTIHASH_SHA256;
2725
pub use sha256::Sha256Hash;
2826
pub use sha256_chunked::MULTIHASH_SHA256_CHUNKED;

quilt-rs/src/object_hash/remote.rs

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)