Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Dec 17, 2023
1 parent 9239842 commit 7713084
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
@@ -1,7 +1,7 @@
[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.15.1"
version = "0.15.2"
edition = "2021"
rust-version = "1.70.0"

Expand All @@ -28,7 +28,7 @@ crossbeam-channel = "0.5.8"
glob = "0.3.1"
ignore = "0.4.21"
indicatif = "0.17.7"
libfs = { version = "0.4.1", path = "libfs" }
libfs = { version = "0.4.2", path = "libfs" }
log = "0.4.20"
num_cpus = "1.16.0"
simplelog = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion libfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libfs"
description = "."
version = "0.4.1"
version = "0.4.2"
edition = "2021"

authors = ["Steve Smith <tarkasteve@gmail.com>"]
Expand Down

0 comments on commit 7713084

Please sign in to comment.