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 c04398a support StringViews 2.0 (#599)
c04398a is described below
commit c04398a2b8529445a9550811cee067b377e6b099
Author: Steven G. Johnson <[email protected]>
AuthorDate: Thu Jun 11 10:57:52 2026 -0400
support StringViews 2.0 (#599)
Updates the package to use StringViews 2.0 if available (which has minor
breaking changes with 1.0 that shouldn't affect this package). In Julia
1.14, where the StringView type is merged into Base, the StringViews 2.0
package becomes a simple stub around the Base type.
---
Project.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Project.toml b/Project.toml
index b87ff79..e9fc73f 100644
--- a/Project.toml
+++ b/Project.toml
@@ -47,7 +47,7 @@ DataAPI = "1"
EnumX = "1"
PooledArrays = "0.5, 1.0"
SentinelArrays = "1"
-StringViews = "1"
+StringViews = "1, 2"
Tables = "1.1"
TimeZones = "1"
TranscodingStreams = "0.9.12, 0.10, 0.11"