From 9aede16bf71c90716dab5c1e3434298b780f81e2 Mon Sep 17 00:00:00 2001 From: Thomas BESSOU Date: Sun, 20 Oct 2024 15:45:08 +0200 Subject: [PATCH] Prepare 2.0.0 release --- serde_avro_derive/Cargo.toml | 6 +++--- serde_avro_derive_macros/Cargo.toml | 2 +- serde_avro_fast/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/serde_avro_derive/Cargo.toml b/serde_avro_derive/Cargo.toml index 57aabb1..fdd7cde 100644 --- a/serde_avro_derive/Cargo.toml +++ b/serde_avro_derive/Cargo.toml @@ -5,12 +5,12 @@ license = "LGPL-3.0-only" name = "serde_avro_derive" repository = "https://github.com/Ten0/serde_avro_fast" - version = "0.2.3" + version = "0.3.0" workspace = ".." [dependencies] - serde_avro_derive_macros = { path = "../serde_avro_derive_macros", version = "0.2.3" } - serde_avro_fast = { path = "../serde_avro_fast", version = "1.0.0" } + serde_avro_derive_macros = { path = "../serde_avro_derive_macros", version = "0.3.0" } + serde_avro_fast = { path = "../serde_avro_fast", version = "2.0.0" } [dev-dependencies] lazy_static = "1" diff --git a/serde_avro_derive_macros/Cargo.toml b/serde_avro_derive_macros/Cargo.toml index 492e066..8450682 100644 --- a/serde_avro_derive_macros/Cargo.toml +++ b/serde_avro_derive_macros/Cargo.toml @@ -5,7 +5,7 @@ license = "LGPL-3.0-only" name = "serde_avro_derive_macros" repository = "https://github.com/Ten0/serde_avro_fast" - version = "0.2.3" + version = "0.3.0" workspace = ".." [lib] diff --git a/serde_avro_fast/Cargo.toml b/serde_avro_fast/Cargo.toml index 84e70f6..923a255 100644 --- a/serde_avro_fast/Cargo.toml +++ b/serde_avro_fast/Cargo.toml @@ -5,7 +5,7 @@ license = "LGPL-3.0-only" name = "serde_avro_fast" repository = "https://github.com/Ten0/serde_avro_fast" - version = "1.1.2" + version = "2.0.0" workspace = ".." [features]