Skip to content

Commit f6bec56

Browse files
committed
chore: Release
1 parent ea8abc8 commit f6bec56

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010
[package]
1111
name = "xcp"
1212
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."
13-
version = "0.24.1"
13+
version = "0.24.2"
1414
rust-version = "1.88.0"
1515
edition = "2024"
1616

@@ -48,8 +48,8 @@ clap = { version = "4.5.46", features = ["derive"] }
4848
glob = "0.3.3"
4949
ignore = "0.4.23"
5050
indicatif = "0.18.0"
51-
libfs = { version = "0.9.1", path = "libfs" }
52-
libxcp = { version = "0.24.1", path = "libxcp" }
51+
libfs = { version = "0.9.2", path = "libfs" }
52+
libxcp = { version = "0.24.2", path = "libxcp" }
5353
log = "0.4.27"
5454
num_cpus = "1.17.0"
5555
simplelog = "0.12.2"

libfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libfs"
33
description = "`libfs` is a library of file and filesystem operations that is supplementary to `std::fs`"
4-
version = "0.9.1"
4+
version = "0.9.2"
55
edition = "2024"
66
rust-version = "1.88.0"
77

libxcp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libxcp"
33
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`."
4-
version = "0.24.1"
4+
version = "0.24.2"
55
edition = "2024"
66
rust-version = "1.88.0"
77

@@ -25,7 +25,7 @@ blocking-threadpool = "1.0.1"
2525
cfg-if = "1.0.3"
2626
crossbeam-channel = "0.5.15"
2727
ignore = "0.4.23"
28-
libfs = { version = "0.9.1", path = "../libfs" }
28+
libfs = { version = "0.9.2", path = "../libfs" }
2929
log = "0.4.27"
3030
num_cpus = "1.17.0"
3131
regex = "1.11.2"

0 commit comments

Comments
 (0)