diff options
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 } |