This is an automated email from the ASF dual-hosted git repository.
jonah pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 2fc1575cfe Fix typo in Cargo.toml (#10662)
2fc1575cfe is described below
commit 2fc1575cfe13cb61c64dd950ee3de43803fbb5ac
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat May 25 06:48:54 2024 -0400
Fix typo in Cargo.toml (#10662)
---
datafusion/functions/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/functions/Cargo.toml b/datafusion/functions/Cargo.toml
index e4e99beee9..efc12e71a9 100644
--- a/datafusion/functions/Cargo.toml
+++ b/datafusion/functions/Cargo.toml
@@ -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 }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]