diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 62367647..95d7c10b 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -91,4 +91,5 @@ v2020_4 = ["v2020_2", "ffi/v2020_4"] v2020_7 = ["v2020_4", "ffi/v2020_7"] v2020_8 = ["v2020_7", "ffi/v2020_8"] v2021_1 = ["v2020_8", "ffi/v2021_1"] -v2021_2 = ["v2020_1", "ffi/v2021_2"] +v2021_2 = ["v2021_1", "ffi/v2021_2"] +v2021_3 = ["v2021_2", "ffi/v2021_3"] diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 105e7835..d92263a7 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -55,6 +55,7 @@ v2020_7 = ["v2020_4"] v2020_8 = ["v2020_7"] v2021_1 = ["v2020_8"] v2021_2 = ["v2021_1"] +v2021_3 = ["v2021_2"] [lib] name = "ostree_sys" @@ -196,3 +197,6 @@ version = "2021.1" [package.metadata.system-deps.ostree_1.v2021_2] version = "2021.2" + +[package.metadata.system-deps.ostree_1.v2021_3] +version = "2021.3"