Skip to content

Commit

Permalink
Update dependencies. Bump version 0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Saelices <[email protected]>
  • Loading branch information
msaelices committed Nov 3, 2024
1 parent 308d6fd commit 8270c5e
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 516 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Once you have created a Mojo project using the `magic` tool,
2. Add `libc` as a dependency:
```toml
[dependencies]
libc = ">=0.1.3"
libc = ">=0.1.4"
```
3. Run `magic install` at the root of your project, where `mojoproject.toml` is located
4. `libc` should now be installed as a dependency. You can import libc functions from the library, e.g:
Expand Down
Loading

0 comments on commit 8270c5e

Please sign in to comment.