Specify uuid crate in the root Cargo.toml
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
6007c8705c
commit
af09861f5c
9 changed files with 10 additions and 7 deletions
|
@ -21,8 +21,8 @@ search = { path = "../search" }
|
|||
settings = { path = "../settings" }
|
||||
theme = { path = "../theme" }
|
||||
util = { path = "../util" }
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
workspace = { path = "../workspace" }
|
||||
uuid.workspace = true
|
||||
|
||||
anyhow.workspace = true
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue