From: Colin Walters Date: Thu, 22 May 2025 22:18:05 +0000 (-0400) Subject: rust: Also add a feature for v2025_2 X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2~4^2~26^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f51ef2d80d08c2d9ab115e5010b36dd9512d76d;p=ostree.git rust: Also add a feature for v2025_2 --- diff --git a/Cargo.toml b/Cargo.toml index 7e6a2d3e..13e7968d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" rust-version = "1.77.0" -version = "0.20.1" +version = "0.20.2" include = [ "/COPYING", @@ -102,3 +102,4 @@ v2023_1 = ["v2022_7", "ffi/v2023_1"] v2023_8 = ["v2023_1", "ffi/v2023_8"] v2023_11 = ["v2023_8", "ffi/v2023_11"] v2025_1 = ["v2023_11", "ffi/v2025_1"] +v2025_2 = ["v2025_1", "ffi/v2025_2"]