Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Feb 23, 2024
1 parent 1e21884 commit 0220539
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 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 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.3"
version = "0.20.4"
edition = "2021"
rust-version = "1.75.0"

Expand Down Expand Up @@ -46,8 +46,8 @@ clap = { version = "4.5.1", features = ["derive"] }
glob = "0.3.1"
ignore = "0.4.22"
indicatif = "0.17.8"
libfs = { version = "0.7.0", path = "libfs" }
libxcp = { version = "0.21.0", path = "libxcp" }
libfs = { version = "0.7.1", path = "libfs" }
libxcp = { version = "0.21.1", path = "libxcp" }
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.7.0"
version = "0.7.1"
edition = "2021"

authors = ["Steve Smith <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions libxcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libxcp"
description = "xcp is an experimental and incomplete clone of the Unix `cp` command. This library is the core functionality, including drivers."
version = "0.21.0"
version = "0.21.1"
edition = "2021"
rust-version = "1.75.0"

Expand All @@ -25,7 +25,7 @@ blocking-threadpool = "1.0.1"
cfg-if = "1.0.0"
crossbeam-channel = "0.5.11"
ignore = "0.4.22"
libfs = { version = "0.7.0", path = "../libfs" }
libfs = { version = "0.7.1", path = "../libfs" }
log = "0.4.20"
num_cpus = "1.16.0"
regex = "1.10.3"
Expand Down

0 comments on commit 0220539

Please sign in to comment.