aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cross.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml
new file mode 100644
index 0000000..f84149c
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,3 @@
+# NOTE: Custom image specification for FreeBSD is required until new version of cross is released.
+[target.x86_64-unknown-freebsd]
+image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"