-
Notifications
You must be signed in to change notification settings - Fork 300
Rust 1.44 release announcement #604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
│ │ │ ├── siphasher v0.2.3 | ||
│ │ │ └── unicase v1.4.2 | ||
│ │ │ [build-dependencies] | ||
│ │ │ └── version_check v0.1.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Mark Rousskov <[email protected]>
Co-authored-by: Kyle J Strand <[email protected]>
Co-authored-by: Kyle J Strand <[email protected]>
Co-authored-by: Josh Triplett <[email protected]>
Co-authored-by: Kyle J Strand <[email protected]>
You can also use `cargo tree -d` (shorthand for `cargo tree --duplicates`) to show any dependencies on multiple versions of the same crate. This will show one entry for each version of each dependency, and an inverted dependency tree showing how that version gets pulled in. | ||
|
||
This release also marks an extension to `async`/`await`: [it can now be used | ||
in `no_std` contexts][asyncawaitnostd]. The initial implemenation of this feature required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean "implementation"?
Why was this PR closed in favor of commit c30d948 (which was pushed directly to master)? This version seems to be way more detailed as opposed to the current one which has exactly 2 informational sentences. |
See the conversation starting at https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/release.201.2E44/near/199362159 If you don't use zulip: https://zulip-archive.rust-lang.org/241545trelease/27881release144.html |
r? @rust-lang/core @rust-lang/release