Sort Cargo.toml
s (#24417)
This PR sorts the dependencies in a number of `Cargo.toml` files. Release Notes: - N/A
This commit is contained in:
parent
d6d0d7d3e4
commit
888a2df3f0
6 changed files with 18 additions and 18 deletions
|
@ -131,7 +131,7 @@ worktree = { workspace = true, features = ["test-support"] }
|
|||
livekit_client_macos = { workspace = true, features = ["test-support"] }
|
||||
|
||||
[target.'cfg(not(target_os = "macos"))'.dev-dependencies]
|
||||
livekit_client = {workspace = true, features = ["test-support"] }
|
||||
livekit_client = { workspace = true, features = ["test-support"] }
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = ["async-stripe"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue