Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Feb 6, 2024
1 parent 8342b65 commit 3dc3cb9
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.19.0"
version = "0.20.0"
edition = "2021"
rust-version = "1.75.0"

Expand Down Expand Up @@ -45,8 +45,8 @@ clap = { version = "4.4.18", features = ["derive"] }
glob = "0.3.1"
ignore = "0.4.22"
indicatif = "0.17.7"
libfs = { version = "0.5.2", path = "libfs" }
libxcp = { version = "0.19.0", path = "libxcp" }
libfs = { version = "0.6.0", path = "libfs" }
libxcp = { version = "0.20.0", 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.5.2"
version = "0.6.0"
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.19.0"
version = "0.20.0"
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.5.2", path = "../libfs" }
libfs = { version = "0.6.0", path = "../libfs" }
log = "0.4.20"
num_cpus = "1.16.0"
regex = "1.10.3"
Expand Down

0 comments on commit 3dc3cb9

Please sign in to comment.