Skip to content

Commit

Permalink
Upgrade to regalloc2 v0.2.3 to get bugfix from bytecodealliance/regal…
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Jun 27, 2022
1 parent 99c6463 commit f832b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cranelift/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0.94", features = ["derive"], optional = true }
bincode = { version = "1.2.1", optional = true }
gimli = { version = "0.26.0", default-features = false, features = ["write"], optional = true }
smallvec = { version = "1.6.1" }
regalloc2 = { version = "0.2.2", features = ["checker"] }
regalloc2 = { version = "0.2.3", features = ["checker"] }
souper-ir = { version = "2.1.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
Expand Down

0 comments on commit f832b4e

Please sign in to comment.