Bump versions

The glib 0.14 change is semver incompatible.
This commit is contained in:
Colin Walters 2021-07-26 12:08:29 -04:00
parent 8a5ac02822
commit 04a42dff1e
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ostree"
version = "0.11.0"
version = "0.12.0"
authors = ["Felix Krull"]
edition = "2018"
@ -41,7 +41,7 @@ glib-sys = "0.14.0"
gobject-sys = "0.14.0"
gio-sys = "0.14.0"
once_cell = "1.4.0"
ffi = { package = "ostree-sys", path = "sys" }
ffi = { package = "ostree-sys", path = "sys", version = "0.8.0" }
radix64 = "0.6.2"
hex = "0.4.2"
thiserror = "1.0.20"

View File

@ -70,10 +70,12 @@ license = "MIT"
links = "ostree-1"
name = "ostree-sys"
repository = "https://gitlab.com/fkrull/ostree-rs"
version = "0.7.3"
version = "0.8.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.ostree_1]
name = "ostree-1"
version = "0.0"