Skip to content

Commit 4c0de2a

Browse files
committed
fixes
1 parent b4dcb75 commit 4c0de2a

File tree

6 files changed

+285
-208
lines changed

6 files changed

+285
-208
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ serde-aux = "4.1.2"
4949
seq_io = "0.3.1"
5050
thiserror = "1.0.37"
5151
proglog = {version = "0.3.0", features = ["pretty_counts"] }
52-
lazy_static = "1.5.0"
5352

5453
[dev-dependencies]
5554
csv = "1.1.6"

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly"
2+
channel = "1.85"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)