diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-17 10:58:36 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-17 12:36:55 +0100 |
| commit | b239976e1ef2a10e05352c14fdaaee22cea3dca5 (patch) | |
| tree | 4475acdb8a8c1c1d1ce227c905cb7d726ef8664a /Cargo.toml | |
| parent | c593918dd9df53d12c4664677f50aacdba6cfbb1 (diff) | |
Allow stdout output
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |