fix: patch license dep

This commit is contained in:
Ashley Wulber 2025-09-11 19:19:30 -04:00 committed by Ashley Wulber
parent 62ba16c401
commit 6d9cd3e7e5
2 changed files with 4 additions and 2 deletions

3
Cargo.lock generated
View file

@ -4572,8 +4572,7 @@ dependencies = [
[[package]]
name = "license"
version = "3.7.0+3.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db9430f1c0c6079d5650a97674467ff3934cb852400817eeb6c216b0a4eddb"
source = "git+https://github.com/evenorog/license.git#6dac4a556165c96b8e94fefe1a6ad75f45721891"
dependencies = [
"reword",
"serde",

View file

@ -148,3 +148,6 @@ tokio = { version = "1", features = ["rt", "macros"] }
[workspace]
members = ["cosmic-files-applet"]
[patch.crates-io]
license = { git = "https://github.com/evenorog/license.git" }