From e3d6b56807c48275ea86fc882ed7302f6dd2e4c4 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 5 Sep 2021 19:20:03 +0200 Subject: Go back to official cross FreeBSD releases This is fine now that https://github.com/rust-embedded/cross/pull/582 is merged. --- Cross.toml | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3