Skip to content

Commit 2fc1575

Browse files
authored
Fix typo in Cargo.toml (#10662)
1 parent db3dde0 commit 2fc1575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ itertools = { workspace = true }
8080
log = { workspace = true }
8181
md-5 = { version = "^0.10.0", optional = true }
8282
rand = { workspace = true }
83-
regex = { worksapce = true, optional = true }
83+
regex = { workspace = true, optional = true }
8484
sha2 = { version = "^0.10.1", optional = true }
8585
unicode-segmentation = { version = "^1.7.1", optional = true }
8686
uuid = { version = "1.7", features = ["v4"], optional = true }

0 commit comments

Comments
 (0)