mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Use wyhash over fxhash
This commit is contained in:
parent
25cd967cee
commit
e40b1d42fa
6 changed files with 22 additions and 22 deletions
|
@ -22,10 +22,10 @@ pub mod unify;
|
|||
|
||||
extern crate bumpalo;
|
||||
extern crate fraction;
|
||||
extern crate fxhash;
|
||||
extern crate im_rc;
|
||||
extern crate inkwell;
|
||||
extern crate num;
|
||||
extern crate wyhash;
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue