From 703f3c71634938d27169cec3fc79a0063f9c189d Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Wed, 10 Jun 2026 14:17:25 -0400 Subject: [PATCH] support StringViews 2.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b87ff796..e9fc73f0 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"