aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-09-05 17:20:03 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-09-05 17:20:03 +0000
commite3d6b56807c48275ea86fc882ed7302f6dd2e4c4 (patch)
treecc2ec83a50e9ad9c948a802717ba68b2d6359804
parent(cargo-release) start next development iteration 0.17.1-alpha.0 (diff)
downloadminiserve-e3d6b56807c48275ea86fc882ed7302f6dd2e4c4.tar.gz
miniserve-e3d6b56807c48275ea86fc882ed7302f6dd2e4c4.zip
Go back to official cross FreeBSD releases
This is fine now that https://github.com/rust-embedded/cross/pull/582 is merged.
-rw-r--r--Cross.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cross.toml b/Cross.toml
index 3d4088a..a7a84ad 100644
--- a/Cross.toml
+++ b/Cross.toml
@@ -1,5 +1,3 @@
# NOTE: Custom image specification for freebsd is required until new version of cross is released.
-# Also we'll have to use a custom image until https://github.com/rust-embedded/cross/pull/582 is
-# merged and released on Docker Hub.
[target.x86_64-unknown-freebsd]
-image = "svenstaro/cross-x86_64-unknown-freebsd"
+image = "rustembedded/cross:x86_64-unknown-freebsd"