rust: Bump to 0.17
authorColin Walters <walters@verbum.org>
Wed, 23 Nov 2022 18:28:29 +0000 (13:28 -0500)
committerColin Walters <walters@verbum.org>
Wed, 23 Nov 2022 18:28:29 +0000 (13:28 -0500)
We switched gio and cap-std versions, so we need to bump
our own semver.

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

index 666fc15ef0f4696ebf41bed3b91c4185a4c80554..31822af53efcf83a7bc69715065065b3ee012f80 100644 (file)
@@ -9,7 +9,7 @@ name = "ostree"
 readme = "rust-bindings/README.md"
 repository = "https://github.com/ostreedev/ostree"
 rust-version = "1.63.0"
-version = "0.16.0"
+version = "0.17.0"
 
 exclude = [
     "/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
@@ -41,7 +41,7 @@ members = [".", "rust-bindings/sys"]
 bitflags = "1.2.1"
 cap-std = { version = "1.0", optional = true}
 io-lifetimes = { version = "1.0", optional = true}
-ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.11.0" }
+ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.12.0" }
 gio = "0.16"
 glib = "0.16"
 hex = "0.4.2"
index 543f515d98f36e72d23e111f0a86229563486d54..d77055a0c808e8ff78859a77d5ce87d3d557b944 100644 (file)
@@ -83,7 +83,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.11.0"
+version = "0.12.0"
 edition = "2021"
 [package.metadata.docs.rs]
 features = ["dox"]