From c41cc620bbd87e394e0da9e5aa186bf73f1b94d8 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Mon, 20 May 2019 22:59:38 +0200 Subject: [PATCH] Add version features --- rust-bindings/rust/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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"]