Use workspace dependencies for path dependencies
This commit is contained in:
@@ -20,7 +20,7 @@ unstable-exhaustive-types = []
|
||||
[dependencies]
|
||||
itertools = "0.10.0"
|
||||
js_int = { workspace = true }
|
||||
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["events"] }
|
||||
ruma-common = { workspace = true, features = ["events"] }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
@@ -32,7 +32,7 @@ criterion = { workspace = true, optional = true }
|
||||
[dev-dependencies]
|
||||
maplit = { workspace = true }
|
||||
rand = "0.8.3"
|
||||
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["unstable-pdu"] }
|
||||
ruma-common = { workspace = true, features = ["unstable-pdu"] }
|
||||
tracing-subscriber = "0.3.16"
|
||||
|
||||
[[bench]]
|
||||
|
||||
Reference in New Issue
Block a user