Bump all versions

This commit is contained in:
Felix Krull 2021-03-26 20:40:53 +01:00 committed by Colin Walters
parent 674ad14cce
commit 6043e5ffc1
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ostree" name = "ostree"
version = "0.9.1" version = "0.10.0"
authors = ["Felix Krull"] authors = ["Felix Krull"]
license = "MIT" license = "MIT"
@ -40,7 +40,7 @@ glib-sys = "0.10.0"
gobject-sys = "0.10.0" gobject-sys = "0.10.0"
gio-sys = "0.10.0" gio-sys = "0.10.0"
once_cell = "1.4.0" once_cell = "1.4.0"
ostree-sys = { version = "0.7.1", path = "sys" } ostree-sys = { version = "0.7.2", path = "sys" }
radix64 = "0.6.2" radix64 = "0.6.2"
hex = "0.4.2" hex = "0.4.2"
thiserror = "1.0.20" thiserror = "1.0.20"

View File

@ -36,7 +36,7 @@ To use the crate, add it to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
ostree = "0.9" ostree = "0.10"
``` ```
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
@ -44,7 +44,7 @@ version as well:
```toml ```toml
[dependencies.ostree] [dependencies.ostree]
version = "0.9" version = "0.10"
features = ["v2021_1"] features = ["v2021_1"]
``` ```

View File

@ -69,7 +69,7 @@ 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.7.1" version = "0.7.2"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = ["dox"] features = ["dox"]
[package.metadata.system-deps.ostree_1] [package.metadata.system-deps.ostree_1]