This is an automated email from the ASF dual-hosted git repository.
quinnj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git
The following commit(s) were added to refs/heads/main by this push:
new 2583a66 Add compat for StringViews
2583a66 is described below
commit 2583a66f54ac4087bfe7ae34c1ffbab3cb3c81f6
Author: Jacob Quinn <[email protected]>
AuthorDate: Sat Dec 7 16:53:57 2024 -0700
Add compat for StringViews
---
Project.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Project.toml b/Project.toml
index 1345e69..464235f 100644
--- a/Project.toml
+++ b/Project.toml
@@ -47,6 +47,7 @@ DataAPI = "1"
EnumX = "1"
PooledArrays = "0.5, 1.0"
SentinelArrays = "1"
+StringViews = "1"
Tables = "1.1"
TimeZones = "1"
TranscodingStreams = "0.9.12, 0.10, 0.11"