Ue patch for filetime

This commit is contained in:
Jeremy Soller 2024-08-27 08:12:18 -06:00
parent 5c86bbabfa
commit d065d4fd39
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 38 additions and 27 deletions

View file

@ -62,3 +62,7 @@ wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
[profile.release-with-debug]
inherits = "release"
debug = true
[patch.crates-io]
# https://github.com/alexcrichton/filetime/pull/104
filetime = { git = "https://github.com/jackpot51/filetime" }