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"]