rust: Bump semver
authorColin Walters <walters@verbum.org>
Tue, 14 Mar 2023 23:50:28 +0000 (19:50 -0400)
committerColin Walters <walters@verbum.org>
Fri, 17 Mar 2023 12:13:13 +0000 (08:13 -0400)
Since we did a bunch of API changes due to nullability and
other introspection cleanups.

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

index d7654cecee7b0c3d398a4935ee03a220ebd4aebe..d6d6253446bc1ccc3176f17c4c8f31ead2fcbb2a 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.17.1"
+version = "0.18.0"
 
 exclude = [
     "/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
@@ -42,7 +42,7 @@ base64 = "0.20.0"
 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.12.0" }
+ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.13.0" }
 gio = "0.16"
 glib = "0.16"
 hex = "0.4.2"
index 74e7d3db8d74bbf587cba3284b60b6d11b460453..3038471250aa70fdae35a02aab059419aa5a51ef 100644 (file)
@@ -84,7 +84,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.12.0"
+version = "0.13.0"
 edition = "2021"
 [package.metadata.docs.rs]
 features = ["dox"]