cargo: prepare ostree 0.16.0 and ostree-sys 0.11.0
authorLuca BRUNO <luca.bruno@coreos.com>
Thu, 27 Oct 2022 13:26:17 +0000 (13:26 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Thu, 27 Oct 2022 14:21:23 +0000 (14:21 +0000)
This prepares for a new release of both crates, now using the
gtk-rs 0.15 stack.

Cargo.toml
rust-bindings/sys/Cargo.toml

index ddda1a8842328ce4b5a83a262bf8d52d7d59aec5..a681ab4c0c1ee79a927843a0e1f92419d88f2902 100644 (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"
index 497cb4e9d6423acc25cf54cf9ffa046712680313..f2cc5fbde1aabd130ec8fb26f2672a4a466371fc 100644 (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"]