Skip to content

Commit

Permalink
fix: Adds missing tempfile dev dependency to hc_data
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernicoff committed May 1, 2024
1 parent b0549f4 commit 71313e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libs/hc_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ ureq = { version = "2.9.7", default-features = false, features = ["json", "nativ

[dev-dependencies]
dirs = "5.0.1"
tempfile = "3.2.0"

0 comments on commit 71313e2

Please sign in to comment.