From cd36d8b7e4e40fc3147987c7efe573332bc69382 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 25 Aug 2020 18:44:00 +0200 Subject: [PATCH] Add feature levels to Cargo.toml --- rust-bindings/rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index d950fc1f..8fe4c2bd 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -51,6 +51,7 @@ tempfile = "3" dox = ["ostree-sys/dox"] v2014_9 = ["ostree-sys/v2014_9"] v2015_7 = ["v2014_9", "ostree-sys/v2015_7"] +v2016_3 = ["v2015_7", "ostree-sys/v2016_3"] v2016_4 = ["v2015_7", "ostree-sys/v2016_4"] v2016_5 = ["v2016_4", "ostree-sys/v2016_5"] v2016_6 = ["v2016_5", "ostree-sys/v2016_6"] @@ -81,3 +82,5 @@ v2019_3 = ["v2019_2", "ostree-sys/v2019_3"] v2019_4 = ["v2019_3", "ostree-sys/v2019_4"] v2019_6 = ["v2019_4", "ostree-sys/v2019_6"] v2020_1 = ["v2019_6", "ostree-sys/v2020_1"] +v2020_2 = ["v2020_1", "ostree-sys/v2020_2"] +v2020_4 = ["v2020_2", "ostree-sys/v2020_4"]