Skip to content

Commit 4060e0a

Browse files
committed
update Cargo.toml
1 parent 7890863 commit 4060e0a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
[package]
22
name = "xcompress"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
authors = ["Magic Len <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/magiclen/xcompress"
77
homepage = "https://magiclen.org/xcompress"
88
keywords = ["compression", "decompression", "zip", "archive", "tar"]
99
categories = ["command-line-utilities"]
10-
description= "XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD."
10+
description = "XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD."
1111
readme = "README.md"
1212
license = "MIT"
13-
include = ["src/**/*", "Cargo.toml"]
13+
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
1414

1515
[badges.travis-ci]
1616
repository = "magiclen/xcompress"
1717
branch = "master"
1818

1919
[profile.release]
20+
lto = true
21+
codegen-units = 1
2022
panic = "abort"
2123

2224
[dependencies]

0 commit comments

Comments
 (0)