aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 09:24:37 +0000
committerGitHub <noreply@github.com>2022-02-06 09:24:37 +0000
commit57fb0a863f4295b59efe606adb9fc7143b782aca (patch)
tree4e1e76ef269b0c757af87b6f0781c46b89be24f1
parentMerge pull request #706 from svenstaro/dependabot/cargo/clap_complete-3.0.3 (diff)
parentUse custom FreeBSD image until cross is fixed (diff)
downloadminiserve-57fb0a863f4295b59efe606adb9fc7143b782aca.tar.gz
miniserve-57fb0a863f4295b59efe606adb9fc7143b782aca.zip
Merge pull request #726 from svenstaro/use-custom-freebsd-image
Use custom FreeBSD image until cross is fixed
-rw-r--r--Cross.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross.toml b/Cross.toml
index a7a84ad..ccb61cf 100644
--- a/Cross.toml
+++ b/Cross.toml
@@ -1,3 +1,3 @@
# NOTE: Custom image specification for freebsd is required until new version of cross is released.
[target.x86_64-unknown-freebsd]
-image = "rustembedded/cross:x86_64-unknown-freebsd"
+image = "svenstaro/cross-x86_64-unknown-freebsd:latest"