Skip to content

Commit

Permalink
Sort features
Browse files Browse the repository at this point in the history
This is a result of a reverted experiment, but I still wanted to include this change
  • Loading branch information
hatchan committed Jul 23, 2024
1 parent 184a1ee commit fe36470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fpx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ anyhow = { workspace = true }
async-trait = { version = "0.1" }
axum = { version = "0.7", features = [
"http1",
"ws",
"tracing",
"tokio",
"query",
"tokio",
"tracing",
"ws",
] }
clap = { workspace = true, features = ["derive", "env"] }
bytes = { version = "1.6" }
Expand Down

0 comments on commit fe36470

Please sign in to comment.