Skip to content

Commit b335745

Browse files
committed
fix: corrected support for tokio-console, added missing deps
Signed-off-by: Martin <martin@hotmail.com.br>
1 parent 3b33580 commit b335745

File tree

3 files changed

+567
-11
lines changed

3 files changed

+567
-11
lines changed

.cargo/config.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#[target.x86_64-unknown-linux-gnu]
2-
#linker = "/usr/bin/clang"
3-
#rustflags = ["-Clink-arg=-fuse-ld=mold"]
4-
5-
[build]
6-
rustflags = ["--cfg", "tokio_unstable"]
1+
[target.x86_64-unknown-linux-gnu]
2+
linker = "/usr/bin/clang"
3+
rustflags = ["-Clink-arg=-fuse-ld=mold", "--cfg", "tokio_unstable"]

0 commit comments

Comments
 (0)