From c05e5d5c6df165e12460587cb2ed6223f39bb984 Mon Sep 17 00:00:00 2001 From: KodrAus Date: Thu, 21 Sep 2023 08:19:29 +1000 Subject: [PATCH 1/2] prepare for 2.7.0 release --- Cargo.toml | 4 ++-- buffer/Cargo.toml | 10 +++++----- derive/Cargo.toml | 6 +++--- derive_macros/Cargo.toml | 2 +- dynamic/Cargo.toml | 4 ++-- flatten/Cargo.toml | 2 +- fmt/Cargo.toml | 4 ++-- json/Cargo.toml | 4 ++-- ref/Cargo.toml | 6 +++--- serde/Cargo.toml | 8 ++++---- src/lib.rs | 4 ++-- test/Cargo.toml | 8 ++++---- 12 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca59693e..8b9187c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -41,7 +41,7 @@ alloc = [] derive = ["dep:sval_derive_macros"] [dependencies.sval_derive_macros] -version = "2.6.1" +version = "2.7.0" path = "derive_macros" optional = true diff --git a/buffer/Cargo.toml b/buffer/Cargo.toml index 5e9278d6..03202b23 100644 --- a/buffer/Cargo.toml +++ b/buffer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_buffer" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -21,17 +21,17 @@ alloc = ["sval/alloc"] no_debug_assertions = [] [dependencies.sval] -version = "2.6.1" +version = "2.7.0" path = "../" [dependencies.sval_ref] -version = "2.6.1" +version = "2.7.0" path = "../ref" [dev-dependencies.sval_derive] -version = "2.6.1" +version = "2.7.0" path = "../derive" [dev-dependencies.sval_test] -version = "2.6.1" +version = "2.7.0" path = "../test" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index bc915f2d..b7f7a59c 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_derive" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -17,10 +17,10 @@ std = ["sval_flatten?/std"] flatten = ["dep:sval_flatten", "sval_derive_macros/flatten"] [dependencies.sval_derive_macros] -version = "2.6.1" +version = "2.7.0" path = "../derive_macros" [dependencies.sval_flatten] -version = "2.6.1" +version = "2.7.0" path = "../flatten" optional = true diff --git a/derive_macros/Cargo.toml b/derive_macros/Cargo.toml index 1e4f3232..b3b3473c 100644 --- a/derive_macros/Cargo.toml +++ b/derive_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_derive_macros" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" diff --git a/dynamic/Cargo.toml b/dynamic/Cargo.toml index ecf08a5c..bd0ef3c8 100644 --- a/dynamic/Cargo.toml +++ b/dynamic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_dynamic" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -12,5 +12,5 @@ keywords = ["serialization", "no_std"] categories = ["encoding", "no-std"] [dependencies.sval] -version = "2.6.1" +version = "2.7.0" path = "../" diff --git a/flatten/Cargo.toml b/flatten/Cargo.toml index b9db76f8..56a6cb83 100644 --- a/flatten/Cargo.toml +++ b/flatten/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_flatten" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" diff --git a/fmt/Cargo.toml b/fmt/Cargo.toml index 29ce9738..c3969f82 100644 --- a/fmt/Cargo.toml +++ b/fmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_fmt" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -19,7 +19,7 @@ std = ["alloc", "sval/std"] alloc = ["sval/alloc"] [dependencies.sval] -version = "2.6.1" +version = "2.7.0" path = "../" [dependencies.ryu] diff --git a/json/Cargo.toml b/json/Cargo.toml index 0a90ece7..df4f4dda 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_json" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -19,7 +19,7 @@ std = ["alloc", "sval/std"] alloc = ["sval/alloc"] [dependencies.sval] -version = "2.6.1" +version = "2.7.0" path = "../" [dependencies.ryu] diff --git a/ref/Cargo.toml b/ref/Cargo.toml index 89668550..828d1b27 100644 --- a/ref/Cargo.toml +++ b/ref/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_ref" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -16,9 +16,9 @@ std = ["alloc", "sval/std"] alloc = ["sval/alloc"] [dependencies.sval] -version = "2.6.1" +version = "2.7.0" path = "../" [dev-dependencies.sval_test] -version = "2.6.1" +version = "2.7.0" path = "../test" diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 7326e267..8f61d18c 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_serde" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -19,16 +19,16 @@ std = ["alloc", "serde/std", "sval/std", "sval_buffer/std"] alloc = ["serde/alloc", "sval/alloc", "sval_buffer/alloc"] [dependencies.sval] -version = "2.6.1" +version = "2.7.0" path = "../" [dependencies.sval_buffer] -version = "2.6.1" +version = "2.7.0" path = "../buffer" default-features = false [dependencies.sval_fmt] -version = "2.6.1" +version = "2.7.0" path = "../fmt" [dependencies.serde] diff --git a/src/lib.rs b/src/lib.rs index c363ce76..1332770b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ Add `sval` to your `Cargo.toml`: ```toml [dependencies.sval] -version = "2.6.1" +version = "2.7.0" ``` By default, `sval` doesn't depend on Rust's standard library or integrate @@ -24,7 +24,7 @@ with its collection types. To include them, add the `alloc` or `std` features: ```toml [dependencies.sval] -version = "2.6.1" +version = "2.7.0" features = ["std"] ``` diff --git a/test/Cargo.toml b/test/Cargo.toml index a11fe300..bfa06607 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sval_test" -version = "2.6.1" +version = "2.7.0" authors = ["Ashley Mannix "] edition = "2021" license = "Apache-2.0 OR MIT" @@ -12,15 +12,15 @@ keywords = ["serialization", "no_std"] categories = ["encoding", "no-std"] [dependencies.sval] -version = "2.6.1" +version = "2.7.0" path = "../" features = ["std"] [dependencies.sval_fmt] -version = "2.6.1" +version = "2.7.0" path = "../fmt" features = ["std"] [dev-dependencies.sval_dynamic] -version = "2.6.1" +version = "2.7.0" path = "../dynamic" From bed0b6b0c2aa95164889d0905258e44d602b7b96 Mon Sep 17 00:00:00 2001 From: KodrAus Date: Thu, 21 Sep 2023 08:24:20 +1000 Subject: [PATCH 2/2] add missing version numbers to sval_flatten --- flatten/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flatten/Cargo.toml b/flatten/Cargo.toml index 56a6cb83..b326dc47 100644 --- a/flatten/Cargo.toml +++ b/flatten/Cargo.toml @@ -16,10 +16,12 @@ alloc = ["sval/alloc", "sval_buffer/alloc"] std = ["alloc", "sval/std", "sval_buffer/std"] [dependencies.sval] +version = "2.7.0" path = "../" default-features = false [dependencies.sval_buffer] +version = "2.7.0" path = "../buffer" default-features = false