Skip to content

Commit

Permalink
avoid filetime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 30, 2023
1 parent 10552ce commit a8f25d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
18 changes: 2 additions & 16 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 @@ -47,7 +47,7 @@ url = "2"
serde_repr = "0.1"
webpki-roots = "0.25"
thousands = "0.2"
tar = { version = "0.4", default-features = false }
tar = { version = "0.4", git = "https://github.com/chris-morgan/tar-rs", rev = "b031dee050b6efb242b14f93b27a9734d0c334fb", default-features = false }
ruzstd = "0.5"
xz2 = { version = "0.1", features = ["static"] }

Expand All @@ -56,7 +56,7 @@ raw-cpuid = "11"

[build-dependencies]
glob = "0.3"
tar = { version = "0.4", default-features = false }
tar = { version = "0.4", git = "https://github.com/chris-morgan/tar-rs", rev = "b031dee050b6efb242b14f93b27a9734d0c334fb", features = ["builder"], default-features = false }
xz2 = "0.1"

[target.'cfg(windows)'.build-dependencies]
Expand Down

0 comments on commit a8f25d5

Please sign in to comment.