Skip to content

Commit

Permalink
Merge pull request #3035 from cgwalters/release-rust
Browse files Browse the repository at this point in the history
rust/sys: Also bump semver for this
  • Loading branch information
cgwalters committed Sep 8, 2023
2 parents 1714e83 + e52530b commit 749857d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust-bindings/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 749857d

Please sign in to comment.