Skip to content

Commit

Permalink
Move pretty_assertions to dev-dependencies (#19)
Browse files Browse the repository at this point in the history
So that ratatui consumers don't pull in pretty_assertions
  • Loading branch information
skipkayhil authored Jan 4, 2025
1 parent 6420472 commit 5eca2ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ readme = "README.md"
[dependencies]
darling = "0.20.10"
indoc = "2.0.5"
pretty_assertions = "1.4.1"
proc-macro2 = "1.0.92"
quote = "1.0.37"
syn = { version = "2.0.90", features = ["derive", "full"] }

[dev-dependencies]
pretty_assertions = "1.4.1"

[lib]
proc-macro = true

0 comments on commit 5eca2ee

Please sign in to comment.