Update README for new version
This commit is contained in:
parent
2212ca1476
commit
f502a7acf3
1 changed files with 3 additions and 3 deletions
|
@ -33,14 +33,14 @@ With all default features:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zip = "0.3"
|
zip = "0.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
Without the default features:
|
Without the default features:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zip = { version = "0.3", default-features = false }
|
zip = { version = "0.4", default-features = false }
|
||||||
```
|
```
|
||||||
|
|
||||||
You can further control the backend of `deflate` compression method with these features:
|
You can further control the backend of `deflate` compression method with these features:
|
||||||
|
@ -52,7 +52,7 @@ For example:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zip = { version = "0.3", features = ["deflate-zlib"], default-features = false }
|
zip = { version = "0.4", features = ["deflate-zlib"], default-features = false }
|
||||||
```
|
```
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
|
Loading…
Add table
Reference in a new issue