diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 08:04:22 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 09:04:59 +0000 |
commit | e14c43bdbef35fac718d3e658e36b8c812e6f3b8 (patch) | |
tree | 4e1e76ef269b0c757af87b6f0781c46b89be24f1 | |
parent | Merge pull request #706 from svenstaro/dependabot/cargo/clap_complete-3.0.3 (diff) | |
download | miniserve-e14c43bdbef35fac718d3e658e36b8c812e6f3b8.tar.gz miniserve-e14c43bdbef35fac718d3e658e36b8c812e6f3b8.zip |
Use custom FreeBSD image until cross is fixed
We're currently waiting on https://github.com/cross-rs/cross/pull/613 and https://github.com/cross-rs/cross/pull/620
to be merged and released for cross. Until then, we're fixing this ourselves downstream with a custom FreeBSD image.
-rw-r--r-- | Cross.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |