Bump versions

This commit is contained in:
Felix Krull 2019-12-15 15:17:51 +01:00 committed by Colin Walters
parent 3290d5c2d1
commit 31c80cb22b
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ostree" name = "ostree"
version = "0.6.2" version = "0.7.0"
authors = ["Felix Krull"] authors = ["Felix Krull"]
license = "MIT" license = "MIT"
@ -40,7 +40,7 @@ gio = "0.8.0"
glib-sys = "0.9.1" glib-sys = "0.9.1"
gobject-sys = "0.9.1" gobject-sys = "0.9.1"
gio-sys = "0.9.1" gio-sys = "0.9.1"
ostree-sys = { version = "0.5.2", path = "sys" } ostree-sys = { version = "0.5.3", path = "sys" }
[dev-dependencies] [dev-dependencies]
maplit = "1.0.1" maplit = "1.0.1"

View File

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

View File

@ -62,6 +62,6 @@ license = "MIT"
links = "ostree-1" links = "ostree-1"
name = "ostree-sys" name = "ostree-sys"
repository = "https://gitlab.com/fkrull/ostree-rs" repository = "https://gitlab.com/fkrull/ostree-rs"
version = "0.5.2" version = "0.5.3"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = ["dox"] features = ["dox"]