Skip to content

Commit

Permalink
Update directories dependency to 4.0.1
Browse files Browse the repository at this point in the history
This change updates the directories dependency that we consume to
version 4.0.1.
  • Loading branch information
d-e-s-o committed Feb 14, 2022
1 parent 27b262c commit a5460f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Unreleased
----------
- Introduced `otp-cache` core extension
- Included `git` tag/revision in `-V`/`--version` output
- Bumped `directories` dependency to `4.0.1`
- Bumped `libc` dependency to `0.2.117`


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cargo.toml

# Copyright (C) 2017-2021 The Nitrocli Developers
# Copyright (C) 2017-2022 The Nitrocli Developers
# SPDX-License-Identifier: GPL-3.0-or-later

[package]
Expand Down Expand Up @@ -44,7 +44,7 @@ version = "1.0"
version = "0.4.0"

[dependencies.directories]
version = "3"
version = "4"

[dependencies.envy]
version = "0.4.2"
Expand Down

0 comments on commit a5460f4

Please sign in to comment.