diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-09-05 17:20:03 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-09-05 17:20:03 +0000 |
commit | e3d6b56807c48275ea86fc882ed7302f6dd2e4c4 (patch) | |
tree | cc2ec83a50e9ad9c948a802717ba68b2d6359804 | |
parent | (cargo-release) start next development iteration 0.17.1-alpha.0 (diff) | |
download | miniserve-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.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |