From 6ffc7ddcf862a184923d96dca86b78001e3caedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Sun, 24 Oct 2021 18:44:57 +0100 Subject: [PATCH] Make BinaryBuilderBase compatible with v1.6 only --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 070295bc..d5509fbd 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ OutputCollectors = "0.1" Scratch = "1.0" SimpleBufferStream = "1" Tar = "1.7" -julia = "1.6" +julia = "~1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"