mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 21:37:51 +00:00
Review feedback for HTML indexes (#733)
See: https://github.com/astral-sh/puffin/pull/719
This commit is contained in:
parent
bbe0246205
commit
ae83a74309
3 changed files with 11 additions and 5 deletions
|
|
@ -83,5 +83,6 @@ impl Yanked {
|
|||
/// only support SHA 256 atm.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Hashes {
|
||||
// TODO(charlie): Hashes should be optional.
|
||||
pub sha256: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue