Update version numbers
This commit is contained in:
parent
21b21ad9e6
commit
1202cbbcd2
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/mvdnes/zip-rs.git"
|
repository = "https://github.com/mvdnes/zip-rs.git"
|
||||||
|
@ -10,7 +10,7 @@ Library to support the reading and writing of zip files.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
flate2 = "^0.2.7"
|
flate2 = "0.2"
|
||||||
bzip2 = "^0.2.3"
|
bzip2 = "0.2"
|
||||||
time = "^0.1.25"
|
time = "0.1"
|
||||||
podio = "^0.1.3"
|
podio = "0.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue