From: Felix Krull Date: Tue, 25 Aug 2020 16:44:00 +0000 (+0200) Subject: Add feature levels to Cargo.toml X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~120 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cd36d8b7e4e40fc3147987c7efe573332bc69382;p=ostree.git Add feature levels to Cargo.toml --- 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"]