Skip to content
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

Prepare 0.2.23 release #3114

Merged
merged 6 commits into from Nov 12, 2020
Merged

Prepare 0.2.23 release #3114

merged 6 commits into from Nov 12, 2020

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Nov 10, 2020

0.2.23 (November 11, 2020)

Fixes

Changes

Added

Closes: #3111

@Darksonn Darksonn added C-maintenance Category: PRs that clean code up or issues documenting cleanup. A-tokio Area: The main tokio crate T-v0.2.x Topic: tokio 0.2.x labels Nov 10, 2020
@Darksonn
Copy link
Contributor Author

Do we need a tokio-macros release too?

error: the async keyword is missing from the function declaration
 --> tokio/tests/macros_test.rs:4:7
  |
4 | async fn test_macro_can_be_used_via_use() {
  |       ^^

error: the async keyword is missing from the function declaration
  --> tokio/tests/macros_test.rs:13:7
   |
13 | async fn test_macro_is_resilient_to_shadowing() {
   |       ^^

@carllerche
Copy link
Member

Might need one? were there changes?

@carllerche
Copy link
Member

It looks highly likely we need to push out a macros release first.

@Darksonn
Copy link
Contributor Author

tokio-macros release in #3127

@Darksonn
Copy link
Contributor Author

We should include #3132 in this.

@carllerche carllerche merged commit c63057e into tokio-rs:v0.2.x Nov 12, 2020
@Darksonn Darksonn deleted the release-0.2.23 branch November 12, 2020 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. T-v0.2.x Topic: tokio 0.2.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants