From df2d708f30680d0a634eaf027131d22c453b8acf Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 21 May 2019 00:03:18 +0200 Subject: [PATCH] Add missing version features --- rust-bindings/rust/Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 94760f46..48f3edad 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -45,7 +45,15 @@ tempfile = "3" dox = ["ostree-sys/dox"] v2014_9 = ["ostree-sys/v2014_9"] v2015_7 = ["v2014_9", "ostree-sys/v2015_7"] -v2017_3 = ["v2015_7", "ostree-sys/v2017_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"] +v2016_7 = ["v2016_6", "ostree-sys/v2016_7"] +v2016_8 = ["v2016_7", "ostree-sys/v2016_8"] +v2016_14 = ["v2016_8", "ostree-sys/v2016_14"] +v2017_1 = ["v2016_14", "ostree-sys/v2017_1"] +v2017_2 = ["v2017_1", "ostree-sys/v2017_2"] +v2017_3 = ["v2017_2", "ostree-sys/v2017_3"] v2017_4 = ["v2017_3", "ostree-sys/v2017_4"] v2017_6 = ["v2017_4", "ostree-sys/v2017_6"] v2017_7 = ["v2017_6", "ostree-sys/v2017_7"]