Skip to content

Commit 6bcf483

Browse files
jschwesylvestre
authored andcommitted
Bump directories
From Changelog: > BREAKING CHANGE The behavior of executable_dir has been > adjusted to not depend on $XDG_DATA_HOME. Code, which > assumed that setting the $XDG_DATA_HOME environment >variable also impacted executable_dir if the $XDG_BIN_HOME > environment variable was not set, requires adjustment. We do not appear to use the executable_dir() function, so this breaking change should not affect us. Signed-off-by: Jonathan Schwender <[email protected]>
1 parent 028cef8 commit 6bcf483

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bytes = "1"
3434
chrono = { version = "0.4", optional = true }
3535
clap = "2.23.0"
3636
counted-array = "0.1"
37-
directories = "3"
37+
directories = "4.0.1"
3838
env_logger = "0.9"
3939
filetime = "0.2"
4040
flate2 = { version = "1.0", optional = true, default-features = false, features = ["rust_backend"] }

0 commit comments

Comments
 (0)