We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160fb2d commit b29ef53Copy full SHA for b29ef53
Cross.toml
@@ -5,7 +5,7 @@ pre-build = [
5
"apt-get install --assume-yes libssl-dev:arm64"
6
]
7
[build.env]
8
-passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS", "--cfg tokio_unstable"]
+passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=--cfg tokio_unstable"]
9
10
[target.aarch64-unknown-linux-gnu.env]
11
passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=--cfg tokio_unstable"]
0 commit comments