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]