build(freebsd): remove `Cross.toml` (#3927)
This commit is contained in:
parent
4f3b6f8e54
commit
c5a783bd71
|
@ -12,7 +12,6 @@ include = [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"/starship.exe.manifest",
|
"/starship.exe.manifest",
|
||||||
"build.rs",
|
"build.rs",
|
||||||
"Cross.toml",
|
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"/README.md",
|
"/README.md",
|
||||||
"docs/.vuepress/public/presets/toml/",
|
"docs/.vuepress/public/presets/toml/",
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[target.x86_64-unknown-freebsd]
|
|
||||||
image = "docker.io/rustembedded/cross:x86_64-unknown-freebsd"
|
|
Loading…
Reference in New Issue