Skip to content

Commit

Permalink
Prepare serde_avro_derive 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Oct 27, 2024
1 parent 84e751b commit cb4368d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions serde_avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
license = "LGPL-3.0-only"
name = "serde_avro_derive"
repository = "https://github.com/Ten0/serde_avro_fast"
version = "0.3.0"
version = "0.3.1"
workspace = ".."

[dependencies]
serde_avro_derive_macros = { path = "../serde_avro_derive_macros", version = "0.3.0" }
serde_avro_derive_macros = { path = "../serde_avro_derive_macros", version = "0.3.1" }
serde_avro_fast = { path = "../serde_avro_fast", version = "2.0.0" }

[dev-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.3.0"
version = "0.3.1"
workspace = ".."

[lib]
Expand Down

0 comments on commit cb4368d

Please sign in to comment.