Remove stale dependency on regalloc2.

This commit is contained in:
Chris Fallin 2022-10-26 08:06:24 -07:00
parent 3cd673863b
commit e2be302e47

View file

@ -15,5 +15,4 @@ log = "0.4"
env_logger = "0.9" env_logger = "0.9"
fxhash = "0.2" fxhash = "0.2"
smallvec = "1.7" smallvec = "1.7"
regalloc2 = { git = 'https://github.com/bytecodealliance/regalloc2', rev = 'c7bc6c941cd81bbd30b95969009b7e61539f2b4c' }
rayon = "1.5" rayon = "1.5"