Enable tokio-console (#8897)
Release Notes: - Added tokio-console in production
This commit is contained in:
parent
9a2ed4bf1a
commit
cfffa29f9a
5 changed files with 197 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
[build]
|
||||
# v0 mangling scheme provides more detailed backtraces around closures
|
||||
rustflags = ["-C", "symbol-mangling-version=v0"]
|
||||
rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
|
||||
|
||||
[alias]
|
||||
xtask = "run --package xtask --"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue