From e2be302e47b46cb8105a6d39f87e709168e242cf Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Wed, 26 Oct 2022 08:06:24 -0700 Subject: [PATCH] Remove stale dependency on regalloc2. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3229165..670e929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,4 @@ log = "0.4" env_logger = "0.9" fxhash = "0.2" smallvec = "1.7" -regalloc2 = { git = 'https://github.com/bytecodealliance/regalloc2', rev = 'c7bc6c941cd81bbd30b95969009b7e61539f2b4c' } rayon = "1.5"