Skip to content

Commit

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

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ glob = "0.3.1"
ignore = "0.4.22"
indicatif = "0.17.7"
libfs = { version = "0.7.0", path = "libfs" }
libxcp = { version = "0.20.0", path = "libxcp" }
libxcp = { version = "0.21.0", path = "libxcp" }
log = "0.4.20"
num_cpus = "1.16.0"
simplelog = "0.12.1"
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 = "xcp is an experimental and incomplete clone of the Unix `cp` command. This library is the core functionality, including drivers."
version = "0.20.0"
version = "0.21.0"
edition = "2021"
rust-version = "1.75.0"

Expand Down

0 comments on commit a7091f4

Please sign in to comment.