summaryrefslogtreecommitdiff
path: root/rust-bindings/sys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-bindings/sys/Cargo.toml')
-rw-r--r--rust-bindings/sys/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml
index d77055a0..30384712 100644
--- a/rust-bindings/sys/Cargo.toml
+++ b/rust-bindings/sys/Cargo.toml
@@ -68,6 +68,7 @@ v2022_2 = ["v2021_5"]
v2022_5 = ["v2022_2"]
v2022_6 = ["v2022_5"]
v2022_7 = ["v2022_5"]
+v2023_1 = ["v2022_7"]
[lib]
name = "ostree_sys"
@@ -83,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"]
@@ -228,3 +229,6 @@ version = "2022.6"
[package.metadata.system-deps.ostree_1.v2022_7]
version = "2022.7"
+
+[package.metadata.system-deps.ostree_1.v2023_1]
+version = "2023.1"