We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2764d3e commit 92ae4bdCopy full SHA for 92ae4bd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xcompress"
3
-version = "0.10.2"
+version = "0.10.3"
4
authors = ["Magic Len <len@magiclen.org>"]
5
repository = "https://github.com/magiclen/xcompress"
6
homepage = "https://magiclen.org/xcompress"
@@ -20,4 +20,5 @@ panic = "abort"
20
subprocess = "0.1.13"
21
num_cpus = "1.8.0"
22
clap = "2.32.0"
23
-byte-unit = "1.0.2"
+byte-unit = "1.0.2"
24
+path-absolutize = "1.1.1"
0 commit comments