From 80c834222139d12253fbdf52323d1ea0c66957c8 Mon Sep 17 00:00:00 2001 From: Thomas BESSOU Date: Sun, 10 Mar 2024 23:43:37 +0100 Subject: [PATCH] prepare 1.0.0 release --- serde_avro_derive/Cargo.toml | 2 +- serde_avro_fast/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/serde_avro_derive/Cargo.toml b/serde_avro_derive/Cargo.toml index 50ed568..55e42b3 100644 --- a/serde_avro_derive/Cargo.toml +++ b/serde_avro_derive/Cargo.toml @@ -10,7 +10,7 @@ [dependencies] serde_avro_derive_macros = { path = "../serde_avro_derive_macros", version = "0.1" } - serde_avro_fast = { path = "../serde_avro_fast", version = "1.0.0-rc.4" } + serde_avro_fast = { path = "../serde_avro_fast", version = "1.0.0" } [dev-dependencies] lazy_static = "1" diff --git a/serde_avro_fast/Cargo.toml b/serde_avro_fast/Cargo.toml index bcf3767..8ef53b0 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.0.0-rc.4" + version = "1.0.0" workspace = ".." [features]