diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 09:24:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 09:24:37 +0000 |
commit | 57fb0a863f4295b59efe606adb9fc7143b782aca (patch) | |
tree | 4e1e76ef269b0c757af87b6f0781c46b89be24f1 | |
parent | Merge pull request #706 from svenstaro/dependabot/cargo/clap_complete-3.0.3 (diff) | |
parent | Use custom FreeBSD image until cross is fixed (diff) | |
download | miniserve-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.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" |