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

remove the indirect dependency on arrayvec #8

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Conversation

ahkrr
Copy link

@ahkrr ahkrr commented Nov 14, 2021

I ran cargo test after turning off default-features and everything continued to work as expected.
This will result in projects depending on this crate no longer pulling in an old arrayvec.

by turning off default-features
@ahkrr
Copy link
Author

ahkrr commented Nov 14, 2021

Is a release of version = "0.1.2" planned at some time in the near future?

@luser
Copy link
Owner

luser commented Dec 7, 2021

Is a release of version = "0.1.2" planned at some time in the near future?

No, this crate has been feature-complete for a while so I don't plan work for it. I'm amenable to releasing new versions if changes get merged.

@ahkrr
Copy link
Author

ahkrr commented Dec 7, 2021

Is the removal of the dependency on arrayvec considered a worthwhile change?

@luser luser merged commit f42c49e into luser:master Dec 7, 2021
@luser
Copy link
Owner

luser commented Dec 7, 2021

Thanks for the change! Sorry for not merging this sooner, I lost track of it. There are a few other small PRs and issues outstanding right now. When those get resolved I will probably push a new release.

bors added a commit to rust-lang/rust-clippy that referenced this pull request Jun 27, 2024
bump strip-ansi-escapes

This bumps `strip-ansi-escapes` to remove arrayvec from it's deps (luser/strip-ansi-escapes#8)

Should Cargo.lock be commited too to track it's working state?
bors added a commit to rust-lang/rust-clippy that referenced this pull request Jun 27, 2024
bump strip-ansi-escapes

This bumps `strip-ansi-escapes` to remove arrayvec from it's deps (luser/strip-ansi-escapes#8)

Should Cargo.lock be commited too to track it's working state?

changelog: none
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.

2 participants