Bump regalloc.rs to 0.0.20;

This commit is contained in:
Benjamin Bouvier
2020-04-29 11:36:21 +02:00
parent 698dc9c401
commit 983c2a0873
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ gimli = { version = "0.20.0", default-features = false, features = ["write"], op
smallvec = { version = "1.0.0" }
thiserror = "1.0.4"
byteorder = { version = "1.3.2", default-features = false }
regalloc = "0.0.18"
regalloc = "0.0.20"
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary
# machine code. Integration tests that need external dependencies can be