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]