Skip to content

Commit

Permalink
Merge 7b0ec29 into fc33b4d
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Dec 1, 2022
2 parents fc33b4d + 7b0ec29 commit 0a782b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
categories = [ "multimedia::video", "parser-implementations" ]
keywords = [ "mpegts", "ISO-13818-1", "H-222-0" ]
readme = "README.md"
edition = "2018"
edition = "2021"

[dependencies]
fixedbitset = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/descriptor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ macro_rules! descriptor_enum {
$name:ident {
$(
$(#[$inner:ident $($args:tt)*])*
$case_name:ident $($tags:pat)|* => $t:ident
$case_name:ident $($tags:pat_param)|* => $t:ident
),*,
}
) => {
Expand Down

0 comments on commit 0a782b1

Please sign in to comment.