summaryrefslogtreecommitdiff
path: root/rust-bindings
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-03-14 19:50:28 -0400
committerColin Walters <walters@verbum.org>2023-03-17 08:13:13 -0400
commit3f27cff6cb07be407d96d4a97ceb22d6e0b68a50 (patch)
tree250dd85ac82e52d4811b4275a8fda71011cb7008 /rust-bindings
parente962c2f3526292f0cea1dda6ca3980874eeb3ac5 (diff)
downloadostree-3f27cff6cb07be407d96d4a97ceb22d6e0b68a50.tar.gz
rust: Bump semver
Since we did a bunch of API changes due to nullability and other introspection cleanups.
Diffstat (limited to 'rust-bindings')
-rw-r--r--rust-bindings/sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml
index 74e7d3db..30384712 100644
--- a/rust-bindings/sys/Cargo.toml
+++ b/rust-bindings/sys/Cargo.toml
@@ -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"]