jid/Cargo.toml 🔗
@@ -1,6 +1,6 @@
[package]
name = "jid"
-version = "0.11.1"
+version = "0.12.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
Emmanuel Gil Peyrot created
jid/Cargo.toml | 2 +-
parsers/Cargo.toml | 2 +-
xso/Cargo.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
@@ -1,6 +1,6 @@
[package]
name = "jid"
-version = "0.11.1"
+version = "0.12.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
@@ -23,7 +23,7 @@ blake2 = "0.10.4"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
log = { version = "0.4", optional = true }
# same repository dependencies
-jid = { version = "0.11", path = "../jid", features = ["minidom"] }
+jid = { version = "0.12", path = "../jid", features = ["minidom"] }
minidom = { version = "0.16", path = "../minidom" }
xso = { version = "0.1", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64"] }
uuid = { version = "1.9.1", features = ["v4"] }
@@ -21,7 +21,7 @@ xso_proc = { version = "0.1", path = "../xso-proc", optional = true }
# defaults to picking the highest matching version by default, the only
# sensible thing we can do here is to depend on the least version of the most
# recent semver of each crate.
-jid = { version = "0.11", path = "../jid", optional = true }
+jid = { version = "0.12", path = "../jid", optional = true }
uuid = { version = "1", optional = true }
base64 = { version = "0.22", optional = true }