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

Fix invalid package names #94

Merged
merged 1 commit into from
Jun 11, 2020
Merged

Fix invalid package names #94

merged 1 commit into from
Jun 11, 2020

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jun 11, 2020

Fixes CI failure.

Refs: rust-lang/cargo#7959

@@ -1,5 +1,5 @@
[package]
name = "01_02_why_async"
name = "example_01_02_why_async"
Copy link
Member Author

@taiki-e taiki-e Jun 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure the new name is really good, but I didn't come up with another good name.

@taiki-e taiki-e merged commit 8121c2e into rust-lang:master Jun 11, 2020
@taiki-e taiki-e deleted the package-name branch June 11, 2020 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant