Skip to content

Commit

Permalink
add async_h1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Aug 20, 2023
1 parent a7f3279 commit 349a2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion summer-boot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/summer-os/summer-boot"
homepage = "https://summeros.io/"

[features]
default = ["macros"]
default = ["macros", "async-h1"]
macros = [
"summer-boot-macro"
]
Expand All @@ -33,6 +33,7 @@ async-std = { version = "1.8.0", features = ["attributes"] }
async-trait = "0.1.41"
async-channel = "1.5.1"
async-dup = "1.2.2"
async-h1 = { version = "2.3.0", optional = true }

#pin
pin-project = "1.0.2"
Expand Down

0 comments on commit 349a2e8

Please sign in to comment.