Skip to content

Commit

Permalink
quinn: alphabetize default features
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed May 7, 2024
1 parent 359c0c7 commit 1e54758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.66"
all-features = true

[features]
default = ["platform-verifier", "rustls", "ring", "runtime-tokio", "log"]
default = ["log", "platform-verifier", "ring", "runtime-tokio", "rustls"]
# Records how long locks are held, and warns if they are held >= 1ms
lock_tracking = []
# Provides `ClientConfig::with_platform_verifier()` convenience method
Expand Down

0 comments on commit 1e54758

Please sign in to comment.