diff --git a/.idea/scopes/Default.xml b/.idea/scopes/Default.xml new file mode 100644 index 0000000..bacb6fd --- /dev/null +++ b/.idea/scopes/Default.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index ef8c41b..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,5 @@ - \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index b53291b..c3bd0f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,9 +297,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.102" +version = "0.2.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103" +checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" [[package]] name = "log" diff --git a/src/mime_db.rs b/src/mime_db.rs index d0f91b8..1482ef8 100644 --- a/src/mime_db.rs +++ b/src/mime_db.rs @@ -53,7 +53,7 @@ cfg_if! { info.add("application/x-msi", "msi", |buf| { buf.starts_with(b"\xd0\xcf\x11\xe0\xa1\xb1\x1a\xe1") - }) + }); info.add("image/svg+xml", "svg", |buf| { // before doing the moderately expensive SVG check, we should make sure that the input is actually SGML-ish,