rust/sys: Also bump semver for this
authorColin Walters <walters@verbum.org>
Thu, 7 Sep 2023 18:54:56 +0000 (14:54 -0400)
committerColin Walters <walters@verbum.org>
Thu, 7 Sep 2023 18:54:56 +0000 (14:54 -0400)
Since we bumped the glib major.

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

index 8583f501a91248014448a58573711a08faef48a0..6788d028f2d042bf1ebe398b54fefab3e9f67f19 100644 (file)
@@ -40,7 +40,7 @@ members = [".", "rust-bindings/sys"]
 [dependencies]
 base64 = "0.20.0"
 bitflags = "1.2.1"
-ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.13.0" }
+ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.14.0" }
 gio = "0.18"
 glib = "0.18"
 hex = "0.4.2"
index ca0ef28d6ef05755f1e2bf6a5e37e4b47a670abd..901b5612c08d0f37219bc87a17a8864e5e87bfbd 100644 (file)
@@ -84,7 +84,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.13.0"
+version = "0.14.0"
 edition = "2021"
 [package.metadata.docs.rs]
 features = ["dox"]