From 704f7c8576abe244dff3ec31a72be393b11e10d9 Mon Sep 17 00:00:00 2001 From: "Zachary P. Christensen" Date: Sat, 21 Nov 2020 11:55:12 -0500 Subject: [PATCH] Update Compat --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ee62419..cd70e1b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "NIfTI" uuid = "a3a9e032-41b5-5fc4-967a-a6b7a19844d3" -version = "0.5" +version = "0.5.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -11,7 +11,8 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" [compat] CodecZlib = "0.7" -MappedArrays = "0.2" +MappedArrays = "0.3" +TranscodingStreams = "0.9" julia = "1.3" [extras]