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 = ["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" }
|
||||
|
||||
Reference in New Issue
Block a user