diff --git a/dub.json b/dub.json index 98fcd2e..6c90822 100644 --- a/dub.json +++ b/dub.json @@ -1,10 +1,9 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "version": "0.4.1", "targetType": "executable", "license": "BSL-1.0", "dependencies": { - "libdparse": "~master" + "libdparse": "~>0.3.0" } }