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 e0aff42 commit 25b23a6Copy full SHA for 25b23a6
build.rs
@@ -8,7 +8,7 @@ use std::{
8
use serde::{Deserialize, Serialize};
9
10
/// 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";
+const DB_URL: &str = "https://unpkg.com/mime-db@1.53.0/db.json";
12
13
const TPL_E: &str = "pub const {{name}}: [(&str, usize); {{len}}] = [{{items}}];";
14
const TPL_T: &str = "pub const {{name}}: [(&str, usize, usize); {{len}}] = [{{items}}];";
0 commit comments