Skip to content

Commit 92ae4bd

Browse files
committed
fix bugs concerning the output path, fix helping messages
1 parent 2764d3e commit 92ae4bd

File tree

2 files changed

+68
-121
lines changed

2 files changed

+68
-121
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcompress"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = ["Magic Len <len@magiclen.org>"]
55
repository = "https://github.com/magiclen/xcompress"
66
homepage = "https://magiclen.org/xcompress"
@@ -20,4 +20,5 @@ panic = "abort"
2020
subprocess = "0.1.13"
2121
num_cpus = "1.8.0"
2222
clap = "2.32.0"
23-
byte-unit = "1.0.2"
23+
byte-unit = "1.0.2"
24+
path-absolutize = "1.1.1"

0 commit comments

Comments
 (0)