From 30cf2f7e6412213c94603b743994774d6bf62311 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:47:37 -0400 Subject: [PATCH] CompatHelper: bump compat for InputBuffers to 1 (#67) * CompatHelper: bump compat for InputBuffers to 1, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia Co-authored-by: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 86d40ab..f217d46 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ZipArchives" uuid = "49080126-0e18-4c2a-b176-c102e4b3760c" authors = ["nhz2 "] -version = "2.1.6" +version = "2.1.7" [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" @@ -14,7 +14,7 @@ Zlib_jll = "83775a58-1f1d-513f-b197-d71354ab007a" [compat] ArgCheck = "2" CodecZlib = "0.7" -InputBuffers = "0.1.1, 0.2" +InputBuffers = "1" PrecompileTools = "1" TranscodingStreams = "0.10.5, 0.11" Zlib_jll = "1"