Skip to content

Commit eb8b1f9

Browse files
authored
Merge pull request #42 from julia-vscode/update-versions
Update bounds in Project.toml
2 parents f21025b + 10cf797 commit eb8b1f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "StaticLint"
22
uuid = "b3cc710f-9c33-5bdb-a03d-a94903873e97"
3-
version = "1.0.3-DEV"
3+
version = "2.0.0-DEV"
44

55
[deps]
66
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
77
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
88
SymbolServer = "cf896787-08d5-524d-9de7-132aaa0cb996"
99

1010
[compat]
11-
CSTParser = "1.1"
12-
SymbolServer = "1.0.1"
11+
CSTParser = "2"
12+
SymbolServer = "2"
1313
julia = "1"
1414

1515
[extras]

0 commit comments

Comments
 (0)