diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 557805bb..94760f46 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -61,3 +61,5 @@ v2018_3 = ["v2018_2", "ostree-sys/v2018_3"] v2018_5 = ["v2018_3", "ostree-sys/v2018_5"] v2018_6 = ["v2018_5", "ostree-sys/v2018_6"] v2018_7 = ["v2018_6", "ostree-sys/v2018_7"] +v2018_9 = ["v2018_7", "ostree-sys/v2018_9"] +v2019_2 = ["v2018_9", "ostree-sys/v2019_2"]