Skip to content

Commit

Permalink
prepare 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Mar 10, 2024
1 parent 5ab30f1 commit 2c9dddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0"
version = "0.1.1"
workspace = ".."

[lib]
Expand All @@ -19,5 +19,5 @@
syn = { version = "2", features = ["visit", "visit-mut", "extra-traits"] }

[dev-dependencies]
#serde_avro_derive = { path = "../serde_avro_derive", version = "0.1" }
serde_avro_derive = { path = "../serde_avro_derive", version = "0.1" }
serde_json = "1"
4 changes: 2 additions & 2 deletions 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"
version = "1.0.1"
workspace = ".."

[features]
Expand Down Expand Up @@ -41,7 +41,7 @@
paste = "1"
pretty_assertions = "1"
serde-tuple-vec-map = "1"
#serde_avro_derive = { path = "../serde_avro_derive", version = "0.1" }
serde_avro_derive = { path = "../serde_avro_derive", version = "0.1" }
serde_bytes = "0.11"

[[bench]]
Expand Down

0 comments on commit 2c9dddf

Please sign in to comment.