diff --git a/Cargo.lock b/Cargo.lock index db7642f..0de1a32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "xcp" -version = "0.20.2" +version = "0.20.3" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 589618c..0fb35b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ resolver = "2" [package] name = "xcp" description = "xcp is an experimental and incomplete clone of the Unix `cp` command, with more user-friendly feedback and some performance optimisations. NOTE: See the README for current limitations." -version = "0.20.2" +version = "0.20.3" edition = "2021" rust-version = "1.75.0"