Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 1a8f8e9

Browse files
author
gus
committed
Updates for Mint 0.16.0
1 parent 22798a4 commit 1a8f8e9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.tool-versions

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use the component just add this to the `dependencies` field of the projects
1010
```json
1111
"mint-codemirror": {
1212
"repository": "https://github.com/mint-lang/mint-codemirror",
13-
"constraint": "5.0.0 <= v < 6.0.0"
13+
"constraint": "7.0.0 <= v < 8.0.0"
1414
}
1515
```
1616

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "mint-codemirror",
3+
"mint-version": "0.16.0 <= v < 1.0.0",
34
"source-directories": [
45
"source"
56
],

0 commit comments

Comments
 (0)