Skip to content

Commit

Permalink
Remove explicit dependency on filetime
Browse files Browse the repository at this point in the history
We don't restrict to avoid windows-sys anymore.
  • Loading branch information
glandium committed Oct 30, 2023
1 parent d64d8be commit 29b33b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ version = "0.99"
default-features = false
features = ["deref", "from", "try_into"]

[target.'cfg(not(windows))'.dependencies.filetime]
version = "=0.2.16" # Avoid windows-sys dependency.
optional = true

[dependencies.flate2]
version = "1"
default-features = false
Expand Down

0 comments on commit 29b33b9

Please sign in to comment.