Skip to content

Commit 527eab0

Browse files
authored
Merge pull request #271 from Lightbug-HQ/chore/fix-recipe-25-7
Bump version to 0.25.7 in recipe.yaml
2 parents 8b62bb8 + 21e1734 commit 527eab0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Once you have a Mojo project set up locally,
6060

6161
```toml
6262
[dependencies]
63-
lightbug_http = ">=25.4.0"
63+
lightbug_http = ">=0.25.7,<0.25.8"
6464
```
6565

6666
3. Run `pixi install` at the root of your project, where `pixi.toml` is located

recipes/recipe.yaml

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

33
context:
4-
version: "25.4.0"
4+
version: "0.25.7"
55

66
package:
77
name: "lightbug_http"
8-
version: 25.4.0
8+
version: 0.25.7
99

1010
source:
1111
- path: ../lightbug_http
@@ -18,7 +18,7 @@ build:
1818

1919
requirements:
2020
run:
21-
- max >=25.4.0,<25.5.0
21+
- max >=0.25.7,<0.25.8
2222

2323
about:
2424
homepage: https://github.com/saviorand/lightbug_http

0 commit comments

Comments
 (0)