build(freebsd): remove Cross.toml (#3927)

This commit is contained in:
David Knaack
2022-04-28 04:00:30 +02:00
committed by GitHub
parent 4f3b6f8e54
commit c5a783bd71
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -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/",
-2
View File
@@ -1,2 +0,0 @@
[target.x86_64-unknown-freebsd]
image = "docker.io/rustembedded/cross:x86_64-unknown-freebsd"