Skip to content

Commit

Permalink
Fix mojo-websockets version to match the right one in the repo (#76)
Browse files Browse the repository at this point in the history
* Fix mojo-websockets version to match the right one in the repo

* Add test invocation back in

* remove trailing whitespace

---------

Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
  • Loading branch information
msaelices and carolinefrasca authored Feb 19, 2025
1 parent afdd24d commit f3dff70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/websockets/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "0.1.1"
version: "0.1.2"

package:
name: "websockets"
version: ${{ version }}

source:
- git: https://github.com/msaelices/mojo-websockets.git
rev: 30f0927ce27cde04cf25304b6d449f36d20281a1
rev: 86ff5744e437fe2203ed8a1be5db62964f084e02

build:
number: 0
Expand Down

0 comments on commit f3dff70

Please sign in to comment.