diff options
author | Jikstra <34889164+Jikstra@users.noreply.github.com> | 2021-09-10 13:56:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 13:56:31 +0000 |
commit | d0cd4f0f21210cae8677941f6ca4059365767879 (patch) | |
tree | 623b58e978ef1c31c11553a5b077f51432a34f84 /Cross.toml | |
parent | Apply requested changes (diff) | |
parent | Merge pull request #598 from svenstaro/dependabot/cargo/sha2-0.9.8 (diff) | |
download | miniserve-d0cd4f0f21210cae8677941f6ca4059365767879.tar.gz miniserve-d0cd4f0f21210cae8677941f6ca4059365767879.zip |
Merge branch 'master' into feat_raw_mode
Diffstat (limited to 'Cross.toml')
-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" |