Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Jun 22, 2024
1 parent cbc7ae3 commit 6b8c262
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ clap = { version = "4.5.7", features = ["derive"] }
glob = "0.3.1"
ignore = "0.4.22"
indicatif = "0.17.8"
libfs = { version = "0.7.0", path = "libfs" }
libfs = { version = "0.7.2", path = "libfs" }
libxcp = { version = "0.21.0", path = "libxcp" }
log = "0.4.21"
num_cpus = "1.16.0"
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 = "`libfs` is a library of file and filesystem operations that is supplementary to `std::fs`"
version = "0.7.1"
version = "0.7.2"
edition = "2021"

authors = ["Steve Smith <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion libxcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ blocking-threadpool = "1.0.1"
cfg-if = "1.0.0"
crossbeam-channel = "0.5.13"
ignore = "0.4.22"
libfs = { version = "0.7.1", path = "../libfs" }
libfs = { version = "0.7.2", path = "../libfs" }
log = "0.4.21"
num_cpus = "1.16.0"
regex = "1.10.5"
Expand Down

0 comments on commit 6b8c262

Please sign in to comment.