Skip to content

Commit

Permalink
fix: fieldx_derive must depend on fieldx by path in dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Dec 5, 2024
1 parent 30d0564 commit 08e2efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldx_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
thiserror = { workspace = true }

[dev-dependencies]
fieldx = { workspace = true, features = ["sync", "serde"] }
fieldx = { path = "../fieldx", features = ["sync", "serde"] }
parking_lot = { workspace = true }
serde_json = { workspace = true }

Expand Down

0 comments on commit 08e2efb

Please sign in to comment.