Skip to content

Commit

Permalink
Merge pull request #92 from blandger/use_tempfile_lib
Browse files Browse the repository at this point in the history
replace deprecated tempdir by tempfile
  • Loading branch information
blandger authored Mar 10, 2024
2 parents 3dfd075 + c679a5a commit 608d362
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 193 deletions.
201 changes: 34 additions & 167 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ ureq = "2.5"
const_format = "0.2.31"

[dev-dependencies]
tempdir = "0.3.7"
tempfile = "3"
epub = "2.1.1"
serial_test = "2.0.0"
mockall = "0.11"
env_logger = "0.10.0"

[profile.release]
lto = true
#strip = true
#strip = true
Loading

0 comments on commit 608d362

Please sign in to comment.