Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Oct 20, 2024
1 parent e5ed984 commit b0b92f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions serde_avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion serde_avro_derive_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion serde_avro_fast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b0b92f4

Please sign in to comment.