Skip to content

Commit

Permalink
deps: remove crc32fast patch
Browse files Browse the repository at this point in the history
experiments to make it faster, though somewhat successful, cannot be applied as the crate is used in a lot of other crates and is causing errors
  • Loading branch information
jqnatividad committed Oct 27, 2024
1 parent 97bac8d commit f81fcc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ calamine = { git = "https://github.com/PrettyWood/calamine", branch = "bump-quic
# use latest csvlens upstream with latest dependencies and fixes
csvlens = { git = "https://github.com/YS-L/csvlens", rev = "29e46af" }

# modernized fork of crc32fast, 2021 edition, MSRV 1.81, select clippy lint suggestions applied
# crc32fast = { git = "https://github.com/jqnatividad/rust-crc32fast", branch = "modernize" }

# needed as dynfmt doesn't work in release mode without this
# see https://github.com/jan-auer/dynfmt/pull/9
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }
Expand Down

0 comments on commit f81fcc0

Please sign in to comment.