From b67e2d1897e0c9d1177b78d16019da4889b33db5 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 30 May 2025 14:26:09 +0100 Subject: fix(luz): clean up warnings --- stanza/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stanza') diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml index 4f324e8..884584a 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] peanuts = { workspace = true } -jid = { version = "0.1.0", path = "../jid" } +jid = { workspace = true } thiserror = { workspace = true } chrono = { workspace = true, optional = true } -- cgit