From 3b6317926eeab2a9823f03844553bccc30a1bbe1 Mon Sep 17 00:00:00 2001 From: Joao Aparicio Date: Mon, 16 Oct 2023 13:24:40 -0500 Subject: [PATCH] Update Project.toml (#21) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4c07e74..c0d4f2d 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "CodecXz" uuid = "ba30903b-d9e8-5048-a5ec-d1f5b0d4b47b" license = "MIT" authors = ["Kenta Sato "] -version = "0.7.0" +version = "0.7.1" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" @@ -10,7 +10,7 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" XZ_jll = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800" [compat] -TranscodingStreams = "0.9" +TranscodingStreams = "0.9, 0.10" julia = "1.3" [extras]