Use regalloc 0.0.30.
This upgrade pulls in one memory-allocation reduction improvement (bytecodealliance/regalloc.rs#95). There should be no change in behavior as a result of this.
This commit is contained in:
@@ -28,7 +28,7 @@ byteorder = { version = "1.3.2", default-features = false }
|
||||
peepmatic = { path = "../peepmatic", optional = true, version = "0.66.0" }
|
||||
peepmatic-traits = { path = "../peepmatic/crates/traits", optional = true, version = "0.66.0" }
|
||||
peepmatic-runtime = { path = "../peepmatic/crates/runtime", optional = true, version = "0.66.0" }
|
||||
regalloc = "0.0.29"
|
||||
regalloc = "0.0.30"
|
||||
wast = { version = "22.0.0", optional = true }
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user