From aad705a524b07c46561d52661f9a0b2106d7048c Mon Sep 17 00:00:00 2001 From: Zachary P Christensen Date: Wed, 15 Jun 2022 15:56:35 -0400 Subject: [PATCH] Increase Static compats --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index dc04435..99598f0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,13 @@ name = "BitTwiddlingConvenienceFunctions" uuid = "62783981-4cbd-42fc-bca8-16325de8dc4b" authors = ["Julia Computing"] -version = "0.1.3" +version = "0.1.4" [deps] Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" [compat] -Static = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6" +Static = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7" julia = "1.5" [extras]