Tidy up some more deps with workspace dependencies (#4965)
I missed these in #4905 and noticed just now but wanted to handle them to ensure we uniformly handle deps in the workspace.
This commit is contained in:
@@ -12,7 +12,7 @@ keywords = ["optimize", "compile", "compiler", "jit"]
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = { path = "../codegen", version = "0.89.0", default-features = false }
|
||||
cranelift-codegen = { workspace = true }
|
||||
# This is commented out because it doesn't build on Rust 1.25.0, which
|
||||
# cranelift currently supports.
|
||||
# rustc_apfloat = { version = "0.1.2", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user