Skip to content

Commit

Permalink
Remove some unnecessary dev deps specifications to help with releases
Browse files Browse the repository at this point in the history
This in fact has no impact on rustdoc according to diesel-rs/diesel#3980 (comment)
  • Loading branch information
Ten0 committed Jun 14, 2024
1 parent 0ec5dc6 commit 115523e
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_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

[dev-dependencies]
serde = "1"
serde_avro_derive = { path = "../serde_avro_derive", version = "0.2" }
serde_avro_derive = { path = "../serde_avro_derive" }
serde_derive = "1"
serde_json = "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 @@ -42,7 +42,7 @@
paste = "1"
pretty_assertions = "1"
serde-tuple-vec-map = "1"
serde_avro_derive = { path = "../serde_avro_derive", version = "0.2" }
serde_avro_derive = { path = "../serde_avro_derive" }
serde_bytes = "0.11"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 115523e

Please sign in to comment.