Skip to content

Commit 70d50e1

Browse files
committed
fix rattler build
1 parent 8373740 commit 70d50e1

File tree

4 files changed

+166
-162
lines changed

4 files changed

+166
-162
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Once you have a Mojo project set up locally,
5858
2. Add `lightbug_http` as a dependency:
5959
```toml
6060
[dependencies]
61-
lightbug_http = ">=0.1.4"
61+
lightbug_http = ">=0.1.4.dev2024092905"
6262
```
6363
3. Run `magic install` at the root of your project, where `mojoproject.toml` is located
6464
4. Lightbug should now be installed as a dependency. You can import all the default imports at once, e.g:

0 commit comments

Comments
 (0)