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 3847f7c CompatHelper: add new compat entry for StringViews at version
1, (keep existing compat) (#536)
3847f7c is described below
commit 3847f7c58427d4c4150eff333a3e4d7a099515ed
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 23:51:24 2026 -0700
CompatHelper: add new compat entry for StringViews at version 1, (keep
existing compat) (#536)
CompatHelper: add StringViews compat entry
---
Project.toml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/Project.toml b/Project.toml
index b87ff79..f97605d 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,19 +1,3 @@
-# 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 <[email protected]>"]