From 2583a66f54ac4087bfe7ae34c1ffbab3cb3c81f6 Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Sat, 7 Dec 2024 16:53:57 -0700 Subject: [PATCH] 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"