Skip to content

Commit a7224f0

Browse files
committed
julia 0.4 changes
1 parent 9aa1d29 commit a7224f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
julia 0.4-
12
BinDeps
23
@windows WinRPM

src/Mime_ext.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Mime_ext
22

33
export MimeExt
44

5-
MimeExt = {
5+
MimeExt = Dict{String, String}(
66
"ez" => "application/andrew-inset",
77
"anx" => "application/annodex",
88
"atom" => "application/atom+xml",
@@ -541,6 +541,6 @@ MimeExt = {
541541
"vrml" => "x-world/x-vrml",
542542
"wrl" => "x-world/x-vrml",
543543
"" => ""
544-
}
544+
)
545545

546546
end

0 commit comments

Comments
 (0)