Skip to content

Commit

Permalink
prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Mar 10, 2024
1 parent 7c180ef commit db3406a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serde_avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.0-rc.4"
version = "1.0.0"
workspace = ".."

[features]
Expand Down

0 comments on commit db3406a

Please sign in to comment.