Bump versions
This commit is contained in:
parent
0b267b2dc0
commit
cc1b862ae5
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ostree"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
authors = ["Felix Krull"]
|
||||
|
||||
license = "MIT"
|
||||
|
|
@ -40,7 +40,7 @@ glib-sys = "0.10.0"
|
|||
gobject-sys = "0.10.0"
|
||||
gio-sys = "0.10.0"
|
||||
once_cell = "1.4.0"
|
||||
ostree-sys = { version = "0.5.4", path = "sys" }
|
||||
ostree-sys = { version = "0.6.0", path = "sys" }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.2"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ To use the crate, add it to your `Cargo.toml`:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
ostree = "0.7"
|
||||
ostree = "0.8"
|
||||
```
|
||||
|
||||
To use features from later libostree versions, you need to specify the release
|
||||
|
|
@ -44,7 +44,7 @@ version as well:
|
|||
|
||||
```toml
|
||||
[dependencies.ostree]
|
||||
version = "0.7"
|
||||
version = "0.8"
|
||||
features = ["v2020_1"]
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ license = "MIT"
|
|||
links = "ostree-1"
|
||||
name = "ostree-sys"
|
||||
repository = "https://gitlab.com/fkrull/ostree-rs"
|
||||
version = "0.5.4"
|
||||
version = "0.6.0"
|
||||
[package.metadata.docs.rs]
|
||||
features = ["dox"]
|
||||
[package.metadata.system-deps.ostree_1]
|
||||
|
|
|
|||
Loading…
Reference in New Issue