Skip to content

Commit

Permalink
Fix typo in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 25, 2024
1 parent 8bedecc commit f48126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ itertools = { workspace = true }
log = { workspace = true }
md-5 = { version = "^0.10.0", optional = true }
rand = { workspace = true }
regex = { worksapce = true, optional = true }
regex = { workspace = true, optional = true }
sha2 = { version = "^0.10.1", optional = true }
unicode-segmentation = { version = "^1.7.1", optional = true }
uuid = { version = "1.7", features = ["v4"], optional = true }
Expand Down

0 comments on commit f48126c

Please sign in to comment.