Skip to content

Commit

Permalink
rust/sys: Also bump semver for this
Browse files Browse the repository at this point in the history
Since we bumped the glib major.
  • Loading branch information
cgwalters committed Sep 7, 2023
1 parent 00c04ae commit e52530b
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 e52530b

Please sign in to comment.