diff --git a/Cargo.toml b/Cargo.toml index 64671c3..0362f60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,9 +32,6 @@ pre-release-replacements = [ ] dev-version-ext = "dev" -[target.armv7-unknown-linux-gnueabihf] -image = "rustembedded/cross:armv7-unknown-linux-gnueabihf-0.1.16" - [dev-dependencies] criterion = "0.3.1" diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 0000000..8a6fbdc --- /dev/null +++ b/Cross.toml @@ -0,0 +1,2 @@ +[target.armv7-unknown-linux-gnueabihf] +image = "rustembedded/cross:armv7-unknown-linux-gnueabihf-0.1.16"