Specify uuid crate in the root Cargo.toml

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-10-03 17:39:24 -07:00
parent 6007c8705c
commit af09861f5c
9 changed files with 10 additions and 7 deletions

View file

@ -138,7 +138,7 @@ tree-sitter-nu.workspace = true
url = "2.2"
urlencoding = "2.1.2"
uuid = { version = "1.1.2", features = ["v4"] }
uuid.workspace = true
[dev-dependencies]
call = { path = "../call", features = ["test-support"] }