Skip to content

Commit

Permalink
bump libdparse to 0.21.1
Browse files Browse the repository at this point in the history
Mainly adds some new syntax parsing support
  • Loading branch information
WebFreak001 committed Dec 30, 2022
1 parent 0f68143 commit 4c426d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dsymbol/dub.json
Expand Up @@ -6,7 +6,7 @@
"targetPath": "build",
"targetType": "library",
"dependencies": {
"libdparse": ">=0.20.0 <0.21.0",
"libdparse": ">=0.20.0 <0.22.0",
"emsi_containers": "~>0.9.0"
}
}
2 changes: 1 addition & 1 deletion dub.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-3.0",
"dependencies": {
":dsymbol": "*",
"libdparse": ">=0.20.0 <0.21.0",
"libdparse": ">=0.20.0 <0.22.0",
":common": "*",
"emsi_containers": "~>0.9.0"
},
Expand Down

0 comments on commit 4c426d7

Please sign in to comment.