Skip to content

Commit

Permalink
build(cli): move tempfile to dev deps (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Jun 8, 2024
1 parent d65b0af commit 8ddd37f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hitt-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ hitt-sse = { workspace = true }
http = { workspace = true }
ignore = { version = "0.4.22" }
reqwest = { workspace = true }
tempfile = { version = "3.10.1" }
tokio = { workspace = true }

[dev-dependencies]
tempfile = { version = "3.10.1" }

0 comments on commit 8ddd37f

Please sign in to comment.