From e4a046c3a311a5720cb2ee7f53d0ff3fb6809ff4 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 24 Jan 2024 14:29:07 +1100 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31737264..8826e13a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,7 +892,7 @@ dependencies = [ [[package]] name = "xcp" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index cb45b49e..8460550b 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.17.0" +version = "0.18.0" edition = "2021" rust-version = "1.70.0"