Skip to content

Commit

Permalink
Fix json-dir-list dependencies on Windows
Browse files Browse the repository at this point in the history
As titled.
  • Loading branch information
apmasell authored and avarsava committed Apr 23, 2024
1 parent 2f58e33 commit 1b46d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/fix_json_dir_list_deps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Remove `users` crate from dependency list when building `json-dir-list` on Windows
1 change: 1 addition & 0 deletions json-dir-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ chrono = "^0.4"
gethostname = "^0.4"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
[target.'cfg(unix)'.dependencies]
users = "^0.11"

0 comments on commit 1b46d37

Please sign in to comment.