Skip to content

Commit b29ef53

Browse files
committed
fix Cross.toml
1 parent 160fb2d commit b29ef53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cross.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pre-build = [
55
"apt-get install --assume-yes libssl-dev:arm64"
66
]
77
[build.env]
8-
passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS", "--cfg tokio_unstable"]
8+
passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=--cfg tokio_unstable"]
99

1010
[target.aarch64-unknown-linux-gnu.env]
1111
passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=--cfg tokio_unstable"]

0 commit comments

Comments
 (0)