Skip to content

Commit

Permalink
Change compat of WebSockets to specific range
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrolho committed May 13, 2023
1 parent 8d127ec commit 58b9362
Showing 1 changed file with 1 addition and 1 deletion.
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.6"
WebSockets = "1 - 1.5"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 58b9362

@ferrolho
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/83533

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.15.1 -m "<description of version>" 58b9362fe73a33f8db275e0533a04dccb049f5ba
git push origin v0.15.1

Please sign in to comment.