Skip to content

Commit

Permalink
Prevent dev dependencies from breaking tests and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogeon committed Aug 21, 2023
1 parent 176b9ac commit 6af00e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions palette/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ lazy_static = "1"
serde = "1"
serde_derive = "1"
serde_json = "1"
ron = "0.8.0"
ron = "=0.8.0" # Pinned due to MSRV mismatch
enterpolation = "0.2.0"
scad = "1.2.2" # For regression testing #283

[dev-dependencies.clap]
version = "3.2.23"
version = "3.2.25"
default-features = false
features = ["std"] # Required since 3.2.25

[dev-dependencies.criterion]
version = "0.4.0"
Expand Down

0 comments on commit 6af00e5

Please sign in to comment.