From 64c30302839505103ebdaf213fd11381fce2aa72 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 3 Oct 2025 15:04:07 -0400 Subject: [PATCH] chore: cleanup patch --- Cargo.lock | 5 ----- Cargo.toml | 2 -- 2 files changed, 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 881c0b8..b9ce061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8784,8 +8784,3 @@ dependencies = [ "syn 2.0.106", "winnow 0.7.13", ] - -[[patch.unused]] -name = "license" -version = "3.7.0+3.27.0" -source = "git+https://github.com/evenorog/license.git#6dac4a556165c96b8e94fefe1a6ad75f45721891" diff --git a/Cargo.toml b/Cargo.toml index 31cea09..fe1a009 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,8 +57,6 @@ wayland = ["libcosmic/wayland", "cosmic-files/wayland"] inherits = "release" debug = true -[patch.crates-io] -license = { git = "https://github.com/evenorog/license.git" } # [patch.'https://github.com/pop-os/libcosmic'] # libcosmic = { path = "../libcosmic" }