We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46f96e9 + 0eeff9a commit 5bfa974Copy full SHA for 5bfa974
.cirrus.yml
@@ -1,5 +1,5 @@
1
freebsd_instance:
2
- image_family: freebsd-14-0
+ image_family: freebsd-14-2
3
4
test_task:
5
env:
capstone-rs/src/lib.rs
@@ -8,11 +8,11 @@
8
#[macro_use]
9
extern crate alloc;
10
11
-#[cfg(any(test, not(feature = "std")))]
+#[cfg(all(test, not(feature = "std")))]
12
13
extern crate std;
14
15
16
#[global_allocator]
17
static ALLOCATOR: std::alloc::System = std::alloc::System;
18
0 commit comments