Merge pull request #3035 from cgwalters/release-rust

rust/sys: Also bump semver for this
This commit is contained in:
Colin Walters 2023-09-08 07:24:56 -04:00 committed by GitHub
commit 749857df67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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"

View 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"]