1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-09 14:01:03 +02:00

refactor: update nix crate to latest version

Fixes #573
This commit is contained in:
Jake Stanger 2024-05-18 21:58:32 +01:00
parent 47e3e0f9b2
commit c876904bda
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 30 additions and 11 deletions

View file

@ -125,7 +125,7 @@ mlua = { version = "0.9.7", optional = true, features = ["luajit"] }
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }
# clipboard
nix = { version = "0.27.1", optional = true, features = ["event"] }
nix = { version = "0.28.0", optional = true, features = ["event", "fs"] }
# clock
chrono = { version = "0.4.38", optional = true, default_features = false, features = ["clock", "unstable-locales"] }