You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "play-youtube"
version = "0.1.0"
authors = ["LEGOlord208 <LEGOlord208@krake.one>"]
[dependencies]
# dependencies here
[target.x86_64-unknown-linux-gnu]
image = "play-youtube"
I have the play-youtube docker image with the latest tag.
Using cross build --release -v --target x86_64-unknown-linux-gnu,
I just see that it doesn't use the image - AND it prints warning: unused manifest key: target.x86_64-unknown-linux-gnu.image
Help?
EDIT: s/cargo build/cross build
The text was updated successfully, but these errors were encountered:
I have this Cargo.toml:
I have the
play-youtube
docker image with thelatest
tag.Using
cross build --release -v --target x86_64-unknown-linux-gnu
,I just see that it doesn't use the image - AND it prints
warning: unused manifest key: target.x86_64-unknown-linux-gnu.image
Help?
EDIT: s/
cargo build
/cross build
The text was updated successfully, but these errors were encountered: