Skip to content

Commit d2f9d5d

Browse files
committed
Update versions for Mint 0.18.0
1 parent 9e044ba commit d2f9d5d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mint 0.17.0
1+
mint 0.18.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

mint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
],
@@ -10,7 +10,7 @@
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
}

0 commit comments

Comments
 (0)