Fix cargo warning (#542)

It's odd that `dev-dependencies` don't default to `dependencies` for
workspace versions.
This commit is contained in:
konsti 2023-12-04 12:10:36 +01:00 committed by GitHub
parent 0ac4254a7e
commit 77b3921b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,4 +27,4 @@ serde = { workspace = true, features = ["derive"] }
[dev-dependencies]
indoc = { version = "2.0.4" }
tempfile = { worspace = true }
tempfile = { version = "3.8.1" }