Skip to content

Commit

Permalink
fix(lint): make taplo happy
Browse files Browse the repository at this point in the history
  • Loading branch information
th4s committed Dec 16, 2024
1 parent 62c783c commit c1137ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ once_cell = { version = "1.17", default-features = false, features = [
"alloc",
] }
derive_more = { version = "1.0", features = ["display", "from"] }
tokio-util = { version = "0.7", features = ["io", "compat"]}
tokio-util = { version = "0.7", features = ["io", "compat"] }

ggrs = { version = "0.10", default-features = false, optional = true }
bincode = { version = "1.3", default-features = false, optional = true }
Expand Down

0 comments on commit c1137ef

Please sign in to comment.