umccr / htsget-rs

A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
40 stars 9 forks source link

build: update Cargo.lock #187

Closed mmalenic closed 1 year ago

mmalenic commented 1 year ago

This should've been part of https://github.com/umccr/htsget-rs/pull/185.

Changes

mmalenic commented 1 year ago

Yes, it's the new clippy lints, e.g. clippy::let_with_type_underscore.

brainstorm commented 1 year ago

Yes, it's the new clippy lints, e.g. clippy::let_with_type_underscore.

Oh, thx, keep forgetting about it: https://twitter.com/braincode/status/1653997437097484288 ... issue got fixed 2 weeks ago, btw, so it should be solved in stable soonish, I guess.

mmalenic commented 1 year ago

It seems to be resolved in nightly, let me see if it is resolved in stable.