-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1265: build(deps): update Rust dependencies (2022-W37) r=adamhjk a=fnichol Updates of note include: - An update to `tokio` which stabilizes [`JoinSet` and `AbortHandle`](tokio-rs/tokio#4920), meaning we can pull out the `tokio_unstable` config for the moment. - Major version bump to `serde-aux` with no impact on our codebase Signed-off-by: Fletcher Nichol <fletcher@systeminit.com> Co-authored-by: Fletcher Nichol <fletcher@systeminit.com>
- Loading branch information
Showing
3 changed files
with
33 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
[target.x86_64-unknown-linux-gnu] | ||
rustflags = [ | ||
"-C", "link-arg=-fuse-ld=lld", | ||
"--cfg", "tokio_unstable", | ||
] | ||
|
||
[build] | ||
rustflags = [ | ||
"--cfg", "tokio_unstable", | ||
] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters