Skip to content

Commit

Permalink
ci: [#634] new dependency to make temp dirs
Browse files Browse the repository at this point in the history
It will be used to store temp files during CI scripts execution.
  • Loading branch information
josecelano committed Jan 24, 2024
1 parent dee86be commit 8e43205
Show file tree
Hide file tree
Showing 3 changed files with 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ tower-http = { version = "0", features = ["compression-full"] }
uuid = { version = "1", features = ["v4"] }
colored = "2.1.0"
url = "2.5.0"
tempfile = "3.9.0"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["async_tokio"] }
Expand Down
1 change: 1 addition & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"Swatinem",
"Swiftbit",
"taiki",
"tempfile",
"thiserror",
"tlsv",
"Torrentstorm",
Expand Down

0 comments on commit 8e43205

Please sign in to comment.