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

Document that 0.4.14 is yanked #469

Merged
merged 1 commit into from Aug 7, 2020

Conversation

quodlibetor
Copy link
Contributor

Got to improve some tests

Gotta improve some tests
@quodlibetor
Copy link
Contributor Author

error[E0412]: cannot find type `Vec` in this scope
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.14/src/format/mod.rs:452:26
    |
452 |     let am_pm_lowercase: Vec<_> = am_pm.iter().map(|x| x.to_lowercase()).collect();
    |                          ^^^ not found in this scope
    |
help: consider importing one of these items
    |
21  | use alloc::prelude::v1::Vec;
    |
21  | use alloc::vec::Vec;

@quodlibetor quodlibetor merged commit 47fa56c into chronotope:main Aug 7, 2020
@quodlibetor quodlibetor deleted the yank-0.4.14 branch August 7, 2020 16:11
pickfire pushed a commit to pickfire/chrono that referenced this pull request Jan 22, 2022
botahamec pushed a commit to botahamec/chrono that referenced this pull request May 26, 2022
pickfire pushed a commit to pickfire/chrono that referenced this pull request Jul 5, 2022
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.

None yet

1 participant