We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e16bd commit 2896f08Copy full SHA for 2896f08
dub.json
@@ -5,7 +5,7 @@
5
"copyright": "Copyright © 2016, Roman Chistokhodov",
6
"authors": ["Roman Chistokhodov"],
7
"dependencies": {
8
- "desktopfile" : "~>1.3.2"
+ "desktopfile" : "~>1.3.3"
9
},
10
"targetName" : "mimeapps",
11
"targetPath" : "lib",
examples/open.d
@@ -1,7 +1,7 @@
1
/+dub.sdl:
2
name "open"
3
dependency "mimeapps" path="../"
4
-dependency "mime" version="~>0.5.0"
+dependency "mime" version="~>0.5.2"
+/
import std.stdio;
0 commit comments