From 5e9e8f62e78a5d82ffdc172e2c04a1df063253bb Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Sun, 24 Oct 2021 19:59:06 -0400 Subject: [PATCH] Bump Static to 0.4 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5e2e470..da58034 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.0" +version = "0.1.1" [deps] Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" [compat] -Static = "0.1, 0.2, 0.3" +Static = "0.1, 0.2, 0.3, 0.4" julia = "1.5" [extras]