diff --git a/.gitignore b/.gitignore index c6f4f48a..66c38439 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ release.zip .idea .fleet .vscode -release/ \ No newline at end of file +release/ +Cross.toml diff --git a/Cross.toml b/Cross.toml deleted file mode 100644 index 90e226fd..00000000 --- a/Cross.toml +++ /dev/null @@ -1,2 +0,0 @@ -[target.aarch64-unknown-linux-gnu] -image = "localhost/cross-rs-jdk-linux-x86_64:main"