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:
Alex Crichton
2022-09-26 19:27:35 -05:00
committed by GitHub
parent 84994203a1
commit ee2ef5bdd0
5 changed files with 9 additions and 9 deletions

View File

@@ -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 }