mirror of https://github.com/zkat/cacache-rs.git
Added one last feature flag
This commit is contained in:
parent
95e21db6e9
commit
d0dbdad856
|
|
@ -393,6 +393,7 @@ where
|
|||
/// Ok(())
|
||||
/// }
|
||||
/// ```
|
||||
#[cfg(any(feature = "async-std", feature = "tokio"))]
|
||||
pub async fn reflink_hash<P, Q>(cache: P, sri: &Integrity, to: Q) -> Result<()>
|
||||
where
|
||||
P: AsRef<Path>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue