Skip to content

Commit

Permalink
Prepare 1.1.0 release
Browse files Browse the repository at this point in the history
& 0.1.2 releases on macro crates
  • Loading branch information
Ten0 committed Apr 1, 2024
1 parent 970efb4 commit 8a76096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion serde_avro_derive/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"
repository = "https://github.com/Ten0/serde_avro_fast"
version = "0.1.1"
version = "0.1.2"
workspace = ".."

[dependencies]
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.1.1"
version = "0.1.2"
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.0.2"
version = "1.1.0"
workspace = ".."

[features]
Expand Down

0 comments on commit 8a76096

Please sign in to comment.