Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Jun 22, 2024
1 parent 6b8c262 commit 37f59da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolver = "2"
[package]
name = "xcp"
description = "xcp is a (partial) clone of the Unix `cp` command, with more user-friendly feedback and some performance optimisations. See the README for features and limitations."
version = "0.20.4"
version = "0.21.0"
edition = "2021"
rust-version = "1.75.0"

Expand Down Expand Up @@ -47,7 +47,7 @@ glob = "0.3.1"
ignore = "0.4.22"
indicatif = "0.17.8"
libfs = { version = "0.7.2", path = "libfs" }
libxcp = { version = "0.21.0", path = "libxcp" }
libxcp = { version = "0.22.0", path = "libxcp" }
log = "0.4.21"
num_cpus = "1.16.0"
simplelog = "0.12.2"
Expand Down
2 changes: 1 addition & 1 deletion libxcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libxcp"
description = "`libxcp` is a high-level file-copy engine with support for multi-threading, fine-grained progress feedback, pluggable drivers, and `.gitignore` filters. `libxcp` provides the core functionality of `xcp`."
version = "0.21.1"
version = "0.22.0"
edition = "2021"
rust-version = "1.75.0"

Expand Down

0 comments on commit 37f59da

Please sign in to comment.