Skip to content

Commit

Permalink
Add hello world crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed Nov 2, 2023
1 parent b183c11 commit ebad194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mint/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ tasks:
run: |
cargo new temp_project
cd temp_project
cargo add hello
cargo update --dry-run
cd ..
rm -rf temp_project
Expand Down

0 comments on commit ebad194

Please sign in to comment.