-
Notifications
You must be signed in to change notification settings - Fork 18
Update dependencies #97
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
Conversation
src/main.rs
Outdated
| use git_version::git_version; | ||
| use grep_cli::{stdout, unescape}; | ||
| use gzp::{deflate::Bgzf, ZBuilder}; | ||
| use gzp::{ZBuilder, deflate::Bgzfr}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| use gzp::{ZBuilder, deflate::Bgzfr}; | |
| use gzp::{ZBuilder, deflate::Bgzf}; |
I think this is just a typo, but should fix CI!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently, it still doesn't fix the CI 😞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sstadick I'm starting to think there's a difference between rustfmt from Rust-1.90 to Rust-1.91
|
Finally the CI is happy 🚀 |
|
Thanks! |
Sorry, a bit later then usual.
All bumped to latest using Rust-1.91.1