From be5d628686424e3f6e01c3ad032d73835fe79349 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Wed, 2 Oct 2024 13:19:11 +0900 Subject: [PATCH] chore: dep adjust --- Cargo.lock | 1 - iced_sessionlock_macros/Cargo.toml | 3 --- 2 files changed, 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 883efa2..95022bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,7 +1885,6 @@ name = "iced_sessionlock_macros" version = "0.8.2" dependencies = [ "darling", - "iced_sessionlock", "manyhow", "proc-macro2", "quote", diff --git a/iced_sessionlock_macros/Cargo.toml b/iced_sessionlock_macros/Cargo.toml index 006dc12..2b02354 100644 --- a/iced_sessionlock_macros/Cargo.toml +++ b/iced_sessionlock_macros/Cargo.toml @@ -23,6 +23,3 @@ manyhow.workspace = true proc-macro2.workspace = true quote.workspace = true syn.workspace = true - -[dev-dependencies] -iced_sessionlock.workspace = true