We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b62bb8 + 21e1734 commit 527eab0Copy full SHA for 527eab0
2 files changed
README.md
@@ -60,7 +60,7 @@ Once you have a Mojo project set up locally,
60
61
```toml
62
[dependencies]
63
- lightbug_http = ">=25.4.0"
+ lightbug_http = ">=0.25.7,<0.25.8"
64
```
65
66
3. Run `pixi install` at the root of your project, where `pixi.toml` is located
recipes/recipe.yaml
@@ -1,11 +1,11 @@
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
2
3
context:
4
- version: "25.4.0"
+ version: "0.25.7"
5
6
package:
7
name: "lightbug_http"
8
- version: 25.4.0
+ version: 0.25.7
9
10
source:
11
- path: ../lightbug_http
@@ -18,7 +18,7 @@ build:
18
19
requirements:
20
run:
21
- - max >=25.4.0,<25.5.0
+ - max >=0.25.7,<0.25.8
22
23
about:
24
homepage: https://github.com/saviorand/lightbug_http
0 commit comments