Skip to content

Commit

Permalink
Fix typo in Cargo.toml (apache#10662)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored and jayzhan211 committed May 26, 2024
1 parent 6384265 commit cfd61b2
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 cfd61b2

Please sign in to comment.