Bump version and update README
This commit is contained in:
parent
fce3836059
commit
34b7502a7d
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "zip"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/mvdnes/zip-rs.git"
|
||||
|
|
|
@ -33,14 +33,14 @@ With all default features:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip = "0.2"
|
||||
zip = "0.3"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip = { version = "0.2", default-features = false }
|
||||
zip = { version = "0.3", default-features = false }
|
||||
```
|
||||
|
||||
Examples
|
||||
|
|
Loading…
Add table
Reference in a new issue