From e92af1794038ced2204dd25f357ffbc759be455e Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Fri, 1 Mar 2024 23:29:21 +1000 Subject: [PATCH] Release reflink-copy 0.1.15 (#66) Signed-off-by: Jiahao XU --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff6196c..4424d98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "reflink-copy" -version = "0.1.14" +version = "0.1.15" dependencies = [ "cfg-if", "rustix", diff --git a/Cargo.toml b/Cargo.toml index ae61b2b..ef4e089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reflink-copy" -version = "0.1.14" +version = "0.1.15" authors = ["Jiahao XU "] edition = "2018" description = "copy-on-write mechanism on supported file systems"