Skip to content

Commit

Permalink
Merge pull request #10 from jayvdb/regen
Browse files Browse the repository at this point in the history
Use upstream mime-db v0.53
  • Loading branch information
fundon authored Nov 23, 2024
2 parents e0aff42 + 25b23a6 commit 74facf8
Show file tree
Hide file tree
Showing 3 changed files with 2,252 additions and 2,186 deletions.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{
use serde::{Deserialize, Serialize};

/// Source: https://raw.githubusercontent.com/jshttp/mime-db/master/db.json
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";

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

0 comments on commit 74facf8

Please sign in to comment.