diff options
author | 2025-05-30 14:26:09 +0100 | |
---|---|---|
committer | 2025-05-30 14:26:09 +0100 | |
commit | b67e2d1897e0c9d1177b78d16019da4889b33db5 (patch) | |
tree | 202d713ad023f299ca71a88bb0a95bb122f8eaf8 /stanza | |
parent | 4f23db0420ef6cd89c56690c3b795236a0f03c70 (diff) | |
download | luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.tar.gz luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.tar.bz2 luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.zip |
fix(luz): clean up warnings
Diffstat (limited to 'stanza')
-rw-r--r-- | stanza/Cargo.toml | 2 |
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 } |