From f81fcc02999035cc0d11a9ca0968c8c9a6718d5b Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sun, 27 Oct 2024 05:18:31 -0400 Subject: [PATCH] deps: remove crc32fast patch 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 --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c50a615eb..78ecf6f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }