diff --git a/recipes/lightbug_http/recipe.yaml b/recipes/lightbug_http/recipe.yaml index 60d5856c..9f65ff8c 100644 --- a/recipes/lightbug_http/recipe.yaml +++ b/recipes/lightbug_http/recipe.yaml @@ -1,13 +1,13 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json context: - version: "0.25.6" - mojo_version: "=0.25.6" + version: "0.26.1.1" + mojo_version: "=0.26.1" package: name: "lightbug_http" version: ${{ version }} source: - git: https://github.com/saviorand/lightbug_http.git - rev: b7b81a8332259fa14e1057dc86a8249c2e6df927 + rev: dff42863edbe9d1e04fa2946bb3a7e95a442bc18 build: number: 0 script: @@ -16,20 +16,24 @@ build: requirements: build: - mojo-compiler ${{ mojo_version }} + - small_time >=26.1.0,<26.2.0 host: - mojo-compiler ${{ mojo_version }} + - small_time >=26.1.0,<26.2.0 run: - mojo-compiler ${{ mojo_version }} + - small_time >=26.1.0,<26.2.0 tests: - script: - if: unix then: - - mojo test + - sh -c 'find ./tests -name test_*.mojo | xargs -I % mojo run -I . -D ASSERT=all %' requirements: build: - mojo ${{ mojo_version }} run: - mojo ${{ mojo_version }} + - small_time >=26.1.0,<26.2.0 files: recipe: - tests/lightbug_http/io/test_bytes.mojo