-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bump clircle to 0.6.1 #3113
Bump clircle to 0.6.1 #3113
Conversation
509f780
to
30fc451
Compare
I re-applied the same changes on the current main branch - the cargo audit failure is unrelated to this change |
Unfortunately it looks like we will need to address the audit failure before we can merge this PR |
6c1f5cd
to
30fc451
Compare
Audit failures have been fixed in #3154 |
30fc451
to
57d7c12
Compare
Cool, I updated the PR :) Should we |
We can do it separately :) ideally we will make a new release soon, so I guess it makes sense to update dependencies first |
Head branch was pushed to by a user without write access
baa6d17
to
8446d6f
Compare
This release removes the dependency on `winapi`.
8446d6f
to
c943193
Compare
@keith-hall It looks like #3161 bumped the version in the meantime, I suppose we can still remove the default features and note the update reason - or not, if you want :) (the previously accepted change did not pass CI: https://github.com/sharkdp/bat/actions/runs/12594019120/job/35100879456) |
Thanks 👍 |
This includes mostly dependency updates. The most significant one is that I removed clircle's dependency on winapi. After this PR, running
cargo update
on bat will remove winapi from the lockfile.