From: Felix Krull Date: Wed, 22 May 2019 09:05:57 +0000 (+0200) Subject: Disable CollectionRef tests on too-old features X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~296 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c7f158ad94c2044640f018affdc245695cb50591;p=ostree.git Disable CollectionRef tests on too-old features --- diff --git a/rust-bindings/rust/src/tests/collection_ref.rs b/rust-bindings/rust/src/tests/collection_ref.rs index 9db3177a..b6bf050e 100644 --- a/rust-bindings/rust/src/tests/collection_ref.rs +++ b/rust-bindings/rust/src/tests/collection_ref.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "v2018_6")] + use crate::CollectionRef; use std::collections::hash_map::DefaultHasher; use std::hash::{Hash, Hasher};