Bump crate versions

This commit is contained in:
Felix Krull 2019-09-02 17:12:48 +02:00 committed by Colin Walters
parent f640444986
commit d801cacb5d
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ostree"
version = "0.5.0"
version = "0.6.0"
authors = ["Felix Krull"]
license = "MIT"
@ -39,7 +39,7 @@ gio = "0.7.0"
glib-sys = "0.9.0"
gobject-sys = "0.9.0"
gio-sys = "0.9.0"
ostree-sys = { version = "0.4.0", path = "sys" }
ostree-sys = { version = "0.5.0", path = "sys" }
[dev-dependencies]
maplit = "1.0.1"

View File

@ -31,7 +31,7 @@ To use the crate, add it to your `Cargo.toml`:
```toml
[dependencies]
ostree = "0.5"
ostree = "0.6"
```
To use features from later libostree versions, you need to specify the release
@ -39,8 +39,8 @@ version as well:
```toml
[dependencies.ostree]
version = "0.5"
features = ["v2018_7"]
version = "0.6"
features = ["v2019_3"]
```
## Developing

View File

@ -60,7 +60,7 @@ license = "MIT"
links = "ostree-1"
name = "ostree-sys"
repository = "https://gitlab.com/fkrull/ostree-rs"
version = "0.4.0"
version = "0.5.0"
["package.metadata.docs.rs"]
features = ["dox", "v2019_3"]