Skip to content

Commit

Permalink
Fix cargo warning (#542)
Browse files Browse the repository at this point in the history
It's odd that `dev-dependencies` don't default to `dependencies` for
workspace versions.
  • Loading branch information
konstin authored Dec 4, 2023
1 parent 0ac4254 commit 77b3921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/puffin-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ serde = { workspace = true, features = ["derive"] }

[dev-dependencies]
indoc = { version = "2.0.4" }
tempfile = { worspace = true }
tempfile = { version = "3.8.1" }

0 comments on commit 77b3921

Please sign in to comment.