From e1735abbbf96e9bfadb7c255857eb8afa739c488 Mon Sep 17 00:00:00 2001 From: Vukasin Stefanovic Date: Mon, 10 Nov 2025 18:46:21 +0100 Subject: [PATCH] Bump up Julia compat to 1.10, since JLL requires that (perhaps that wasn't needed, but here we are) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2c92acd..76a0675 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ iceberg_rust_ffi_jll = "6bd5c94f-693c-53e3-983d-a09fad412f22" [compat] Arrow = "2.0" -julia = "1.9" +julia = "1.10" Libdl = "1" iceberg_rust_ffi_jll = "0.3"