Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Jun 19, 2020
1 parent edfa74d commit ae23d5b
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 220 deletions.
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xcompress"
version = "0.11.1"
version = "0.11.2"
authors = ["Magic Len <[email protected]>"]
edition = "2018"
repository = "https://github.com/magiclen/xcompress"
Expand All @@ -25,9 +25,13 @@ terminal_size = "0.1"

execute = "0.2.4"
num_cpus = "1.8.0"
byte-unit = "3"
scanner-rust = "2.0.9"

[dependencies.path-absolutize]
version = "3"
features = ["lazy_static_cache"]
features = ["lazy_static_cache"]

[dependencies.byte-unit]
version = "3.1"
features = ["std"]
default-features = false
Loading

0 comments on commit ae23d5b

Please sign in to comment.