cargo: prepare ostree 0.16.0 and ostree-sys 0.11.0

This prepares for a new release of both crates, now using the
gtk-rs 0.15 stack.
This commit is contained in:
Luca BRUNO 2022-10-27 13:26:17 +00:00
parent 2c8977443c
commit 33cf347117
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ license = "MIT"
name = "ostree"
readme = "rust-bindings/README.md"
repository = "https://github.com/ostreedev/ostree"
version = "0.15.0"
version = "0.16.0"
exclude = [
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
@ -40,7 +40,7 @@ members = [".", "rust-bindings/sys"]
bitflags = "1.2.1"
cap-std = { version = "0.25", optional = true}
io-lifetimes = { version = "0.7", optional = true}
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.10.0" }
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.11.0" }
gio = "0.15"
glib = "0.15"
hex = "0.4.2"

View File

@ -82,7 +82,7 @@ license = "MIT"
links = "ostree-1"
name = "ostree-sys"
repository = "https://github.com/ostreedev/ostree-rs"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
[package.metadata.docs.rs]
features = ["dox"]