Skip to content

Commit 74facf8

Browse files
authored
Merge pull request #10 from jayvdb/regen
Use upstream mime-db v0.53
2 parents e0aff42 + 25b23a6 commit 74facf8

File tree

3 files changed

+2252
-2186
lines changed

3 files changed

+2252
-2186
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::{
88
use serde::{Deserialize, Serialize};
99

1010
/// Source: https://raw.githubusercontent.com/jshttp/mime-db/master/db.json
11-
const DB_URL: &str = "https://unpkg.com/mime-db@1.52.0/db.json";
11+
const DB_URL: &str = "https://unpkg.com/mime-db@1.53.0/db.json";
1212

1313
const TPL_E: &str = "pub const {{name}}: [(&str, usize); {{len}}] = [{{items}}];";
1414
const TPL_T: &str = "pub const {{name}}: [(&str, usize, usize); {{len}}] = [{{items}}];";

0 commit comments

Comments
 (0)