From c5cdb939a64570d57567a2a2066851dc5655f5e0 Mon Sep 17 00:00:00 2001 From: Henrique Ferrolho Date: Sat, 13 May 2023 21:21:54 +0100 Subject: [PATCH] Revert "Constrain WebSockets.jl version to <1.6" This reverts commit dbad4b69bb314e292bd7e9229e85e382641b7e9e. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4ec17fb..2e502b6 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ Parameters = "0.10, 0.11, 0.12" Requires = "0.5, 1" Rotations = "1.3" StaticArrays = "0.10, 0.11, 0.12, 1" -WebSockets = "<1.6" +WebSockets = "1" julia = "1.6" [extras]