mirror of https://github.com/zkat/cacache-rs.git
feat(put): make PutOpts Clone
This commit is contained in:
parent
aee271186a
commit
27ce700bd6
|
|
@ -23,7 +23,7 @@ where
|
|||
writer.commit()
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Clone, Default)]
|
||||
pub struct PutOpts {
|
||||
pub algorithm: Option<Algorithm>,
|
||||
pub sri: Option<Integrity>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue