From 3807b84ef9bf55eaeca6d225d98956a634801e20 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 23 Nov 2022 13:28:29 -0500 Subject: rust: Bump to 0.17 We switched gio and cap-std versions, so we need to bump our own semver. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 666fc15e..31822af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.1