Skip to content

Commit

Permalink
use regular crc32fast crate; self-hosted runner is getting confused w…
Browse files Browse the repository at this point in the history
…ith which crate to use
  • Loading branch information
jqnatividad committed Oct 11, 2024
1 parent c307f8d commit eea0f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ csv-index = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-opt
csvlens = { git = "https://github.com/jqnatividad/csvlens", branch = "dependency-upgrades-lexical-core_fix" }

# modernized fork of crc32fast, 2021 edition, MSRV 1.81, select clippy lint suggestions applied
crc32fast = { git = "https://github.com/jqnatividad/rust-crc32fast", branch = "modernize" }
# 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
Expand Down

0 comments on commit eea0f64

Please sign in to comment.