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 = ["btree", "forest", "set", "map"]
edition.workspace = true
[dependencies]
cranelift-entity = { path = "../entity", version = "0.89.0", default-features = false }
cranelift-entity = { workspace = true }
[badges]
maintenance = { status = "experimental" }