Skip to content

Commit

Permalink
Merge pull request #235 from rdeits/hf/websockets-issue
Browse files Browse the repository at this point in the history
Constrain WebSockets.jl version to <1.6
  • Loading branch information
ferrolho authored May 13, 2023
2 parents c5cdb93 + fddda1c commit 332a478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# - windows-latest
arch:
- x64
include:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
WebSockets = "<1.6"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 332a478

Please sign in to comment.