Skip to content

Commit

Permalink
chore: hoist uuid dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Mar 12, 2024
1 parent 04dfcca commit 4ef6124
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ members = [

[workspace.dependencies]
log = "0.4.20"
uuid = { version = "1.7.0", features = ["v4"] }
2 changes: 1 addition & 1 deletion matching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ unordered-pair = "0.2.4"
log = { workspace = true }

[dev-dependencies]
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { workspace = true }
5 changes: 1 addition & 4 deletions merge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ matching = { path = "../matching" }
matching_handlers = { path = "../matching_handlers" }
diffy = "0.3.0"
log = { workspace = true }
uuid = "1.7.0"

[dev-dependencies]
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { workspace = true }
2 changes: 1 addition & 1 deletion model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
log = { workspace = true }
uuid = { version = "1.7.0" }
uuid = { workspace = true }
2 changes: 1 addition & 1 deletion parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tree-sitter = "0.20.9"
tree-sitter-java = "0.20.0"
model = { path = "../model" }
log = { workspace = true }
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { workspace = true }

0 comments on commit 4ef6124

Please sign in to comment.