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 7355f0e commit ec5d298
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 @@ -45,7 +45,7 @@ clap = { version = "4.4.18", features = ["derive"] }
glob = "0.3.1"
ignore = "0.4.22"
indicatif = "0.17.7"
libfs = { version = "0.6.0", path = "libfs" }
libfs = { version = "0.7.0", path = "libfs" }
libxcp = { version = "0.20.0", path = "libxcp" }
log = "0.4.20"
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 = "."
version = "0.6.0"
version = "0.7.0"
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.11"
ignore = "0.4.22"
libfs = { version = "0.6.0", path = "../libfs" }
libfs = { version = "0.7.0", path = "../libfs" }
log = "0.4.20"
num_cpus = "1.16.0"
regex = "1.10.3"
Expand Down

0 comments on commit ec5d298

Please sign in to comment.