From 6d9cd3e7e59102cd3f9d53f1326a23d1db5dbac7 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 11 Sep 2025 19:19:30 -0400 Subject: [PATCH] fix: patch license dep --- Cargo.lock | 3 +-- Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d7e9e7..5b5c97f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 91ac09c..a5da561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }