pilota
pilota copied to clipboard
feat: update to rustc-hash 2
Motivation
rustc-hash 2.0.0 brings RandomState and performance optimizations, see https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md
Note: we cannot use the rand feature here because this will let the generated code have random sort, and thus we are not able to do unit tests.