Skip to content

Commit

Permalink
fix: small issue with features
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jun 3, 2022
1 parent 76e2349 commit 51c2884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ full = [
"webhook-endpoints",
]

stream = ["futures-util"]
stream = []

# stripe feature groups
checkout = ["billing"]
Expand All @@ -63,7 +63,7 @@ webhook-events = ["events", "hmac", "sha2", "chrono", "hex"]
events = []

# runtimes
async = []
async = ["futures-util"]
blocking = []

runtime-tokio-hyper = ["tokio", "hyper-client", "hyper-tls", "async"]
Expand Down

0 comments on commit 51c2884

Please sign in to comment.