Skip to content

Commit 7133c1e

Browse files
Update Lightbug to 25.3 (#122)
* add recipe readme and image * update to hotfix version and fix recipe * add test files and bump version * update rev * add more maintainers * remove README * update build script * remove tests * pin max version * bump version * update commit sha * Update recipe.yaml * remove magic run * bump the version * fix max version * bump small time version * update to latest release * add small_time to external * bump to 0.1.19 * update Lightbug to 25.3 --------- Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent 254052e commit 7133c1e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

recipes/lightbug_http/recipe.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22

33
context:
4-
version: "0.1.19"
4+
version: "25.3.0"
55

66
package:
77
name: "lightbug_http"
88
version: ${{ version }}
99

1010
source:
1111
- git: https://github.com/saviorand/lightbug_http.git
12-
rev: 4487b71ccbcfd30ace2db5d6ed975f94509e5a24
12+
rev: 5f116e3383010198b859cae83a4c8e55b879f1ee
1313

1414
build:
1515
number: 0
@@ -19,7 +19,8 @@ build:
1919

2020
requirements:
2121
host:
22-
- max =25.2
22+
- max =25.3
23+
2324
run:
2425
- ${{ pin_compatible('max') }}
2526

@@ -30,7 +31,8 @@ tests:
3031
- mojo test
3132
requirements:
3233
run:
33-
- max =25.2
34+
- max =25.3
35+
3436
files:
3537
recipe:
3638
- tests/lightbug_http/io/test_bytes.mojo

0 commit comments

Comments
 (0)