Skip to content

Commit

Permalink
fix rattler build
Browse files Browse the repository at this point in the history
  • Loading branch information
saviorand committed Sep 29, 2024
1 parent 8373740 commit 70d50e1
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 162 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Once you have a Mojo project set up locally,
2. Add `lightbug_http` as a dependency:
```toml
[dependencies]
lightbug_http = ">=0.1.4"
lightbug_http = ">=0.1.4.dev2024092905"
```
3. Run `magic install` at the root of your project, where `mojoproject.toml` is located
4. Lightbug should now be installed as a dependency. You can import all the default imports at once, e.g:
Expand Down
Loading

0 comments on commit 70d50e1

Please sign in to comment.