Skip to content

Commit

Permalink
Merge pull request #27 from anoma/feat/add-http2-support
Browse files Browse the repository at this point in the history
feat: http2 support
  • Loading branch information
Fraccaman authored Nov 18, 2024
2 parents b50f5ab + fd39ea3 commit 6cc34cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.1.0"

[workspace.dependencies]
anyhow = "1.0.75"
axum = { version = "0.6.20", features = [ "tower-log" ] }
axum = { version = "0.6.20", features = [ "tower-log", "http2" ] }
axum-macros = "0.3.8"
axum-trace-id = "0.1.0"
bincode = "1.3.3"
Expand Down

0 comments on commit 6cc34cd

Please sign in to comment.