Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
# semver-compatible versions, some of which require a newer rustc and fail
# to build.
[resolver]
incompatible-rust-versions = "fallback"
incompatible-rust-versions = "fallback"

# Required by console-subscriber (used in rog-control-center): its startup
# check panics unless Tokio was compiled with this cfg. Commit it so every
# build (including distro builds from the release tarball) gets it by default.
[build]
rustflags = ["--cfg", "tokio_unstable"]