From 63657b826732dea03a74c42eb7377a7dc4d3520a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 Jun 2026 00:42:20 +0000 Subject: [PATCH] CompatHelper: bump compat for StringViews to 2, (keep existing compat) --- Project.toml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Project.toml b/Project.toml index b87ff796..74bfd3b6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,23 +1,7 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - name = "Arrow" uuid = "69666777-d1a9-59fb-9406-91d4454c9d45" -authors = ["quinnj "] version = "2.8.1" +authors = ["quinnj "] [deps] ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd" @@ -47,7 +31,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"