We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338b225 commit c4c973fCopy full SHA for c4c973f
.cargo/config.toml
@@ -19,3 +19,6 @@ xclippy = [
19
"-Aclippy::enum-variant-names",
20
"-Aclippy::self-named-constructors",
21
]
22
+
23
+[build]
24
+rustflags = ["--cfg", "tokio_unstable"]
docker/build-rust-all.sh
@@ -4,7 +4,7 @@
4
set -e
5
6
# Build all the rust release binaries
7
-cargo build --release \
+RUSTFLAGS="--cfg tokio_unstable" cargo build --release \
8
-p aptos \
9
-p aptos-node \
10
-p aptos-indexer \
0 commit comments