File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - name : Install Mint
2424 uses : fabasoad/setup-mint-action@main
2525 with :
26- version : 0.17 .0
26+ version : 0.18 .0
2727
2828 - name : Install dependencies
2929 run : mint install
Original file line number Diff line number Diff line change 1- mint 0.17 .0
1+ mint 0.18 .0
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ add `mint-ui` to the `mint.json` file as a dependency:
2727"dependencies" : {
2828 "mint-ui" : {
2929 "repository" : " https://github.com/mint-lang/mint-ui" ,
30- "constraint" : " 6 .0.0 <= v < 7 .0.0"
30+ "constraint" : " 7 .0.0 <= v < 8 .0.0"
3131 }
3232}
3333```
Original file line number Diff line number Diff line change 11{
22 "name" : " mint-ui" ,
3- "mint-version" : " 0.17 .0 <= v < 1.0.0" ,
3+ "mint-version" : " 0.18 .0 <= v < 1.0.0" ,
44 "source-directories" : [
55 " source"
66 ],
1010 "dependencies" : {
1111 "mint-color" : {
1212 "repository" : " https://github.com/mint-lang/mint-color" ,
13- "constraint" : " 0.7 .0 <= v < 1.0.0"
13+ "constraint" : " 0.8 .0 <= v < 1.0.0"
1414 }
1515 }
1616}
You can’t perform that action at this time.
0 commit comments