From 9f9eaba7c5d03b1f4066f81435c18e01686f4784 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 25 Feb 2025 00:00:59 +0100 Subject: [PATCH] jid: Bump version to 0.12.0 and release it! --- jid/Cargo.toml | 2 +- parsers/Cargo.toml | 2 +- xso/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jid/Cargo.toml b/jid/Cargo.toml index 7588180370d09af55f2226cbb8dc9afcc9fd5181..5702d860ddaec45af17997095676cfd225457327 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.11.1" +version = "0.12.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", diff --git a/parsers/Cargo.toml b/parsers/Cargo.toml index 3b070eb31d5d39730f7024df17af204f3489ec26..d944668a63061de9993e2f8bb0c80beabe7cc819 100644 --- a/parsers/Cargo.toml +++ b/parsers/Cargo.toml @@ -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"] } diff --git a/xso/Cargo.toml b/xso/Cargo.toml index afc7dfbbe2d14fcee8be365dae07d3be840af37e..b360f04e03bc6a42dadc511fa987f55460e7acd6 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -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 }