Use wyhash over fxhash

This commit is contained in:
Richard Feldman 2019-11-26 17:17:20 -05:00
parent 25cd967cee
commit e40b1d42fa
6 changed files with 22 additions and 22 deletions

View file

@ -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;