aboutsummaryrefslogtreecommitdiffstats
path: root/stanza
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-30 14:26:09 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-30 14:26:09 +0100
commitb67e2d1897e0c9d1177b78d16019da4889b33db5 (patch)
tree202d713ad023f299ca71a88bb0a95bb122f8eaf8 /stanza
parent4f23db0420ef6cd89c56690c3b795236a0f03c70 (diff)
downloadluz-b67e2d1897e0c9d1177b78d16019da4889b33db5.tar.gz
luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.tar.bz2
luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.zip
fix(luz): clean up warnings
Diffstat (limited to 'stanza')
-rw-r--r--stanza/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }