Skip to content

Commit

Permalink
Merge pull request #21 from NickGeek/main
Browse files Browse the repository at this point in the history
Adding `application/vnd.msgpack`
  • Loading branch information
picoHz authored Feb 26, 2025
2 parents 29921e9 + 159aa0f commit b91ca47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/consts/names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,8 @@ pub mod vnd {
pub const MSEQ: crate::Name = crate::Name::new_unchecked("vnd.mseq");
/// `vnd.msign`
pub const MSIGN: crate::Name = crate::Name::new_unchecked("vnd.msign");
/// `vnd.msgpack`
pub const MSGPACK: crate::Name = crate::Name::new_unchecked("vnd.msgpack");
/// `vnd.mts`
pub const MTS: crate::Name = crate::Name::new_unchecked("vnd.mts");
/// `vnd.multiad.creator`
Expand Down
1 change: 1 addition & 0 deletions src/consts/names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,7 @@ vnd.ms-xpsdocument
vnd.msa-disk-image
vnd.mseq
vnd.msign
vnd.msgpack
vnd.mts
vnd.multiad.creator
vnd.multiad.creator.cif
Expand Down

0 comments on commit b91ca47

Please # to comment.