aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-17 10:58:36 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-17 12:36:55 +0100
commitb239976e1ef2a10e05352c14fdaaee22cea3dca5 (patch)
tree4475acdb8a8c1c1d1ce227c905cb7d726ef8664a /Cargo.toml
parentc593918dd9df53d12c4664677f50aacdba6cfbb1 (diff)
Allow stdout output
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0056321..795c2b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,3 +43,6 @@ unreachable = "deny"
undocumented_unsafe_blocks = "deny"
unwrap_in_result = "deny"
ok_expect = "deny"
+
+[target.x86_64-apple-darwin]
+image = "ghcr.io/cross-rs/x86_64-apple-darwin-cross:local"