From 3f438a9c3ff2e368c5296cc03c29ad7475bab8fe Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sun, 15 Dec 2019 12:44:44 +0100 Subject: [PATCH] Add 2019.6 feature --- rust-bindings/rust/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 0f3cca90..f8b13130 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -82,4 +82,5 @@ v2018_9 = ["v2018_7", "ostree-sys/v2018_9"] v2019_2 = ["v2018_9", "ostree-sys/v2019_2"] v2019_3 = ["v2019_2", "ostree-sys/v2019_3"] v2019_4 = ["v2019_3", "ostree-sys/v2019_4"] -latest = ["v2019_4"] +v2019_6 = ["v2019_4", "ostree-sys/v2019_6"] +latest = ["v2019_6"]