Skip to content

Commit

Permalink
Merge pull request #56 from availproject/mod_fix
Browse files Browse the repository at this point in the history
change default version to v1 version
  • Loading branch information
markopoloparadox authored Oct 23, 2023
2 parents ca29cf0 + 65576f2 commit b19a8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/header/extension/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl HeaderExtension {

impl Default for HeaderExtension {
fn default() -> Self {
v2::HeaderExtension::default().into()
v1::HeaderExtension::default().into()
}
}

Expand Down

0 comments on commit b19a8bb

Please sign in to comment.