Skip to content

Commit

Permalink
recerted formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
silesmo committed Aug 23, 2023
1 parent 83b1e1a commit 4532eac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,7 @@ rustix = { workspace = true, features = ["mm", "param"] }

[dev-dependencies]
# depend again on wasmtime to activate its default features for tests
wasmtime = { workspace = true, features = [
'component-model',
'async',
'default',
'winch',
] }
wasmtime = { workspace = true, features = ['component-model', 'async', 'default', 'winch'] }
env_logger = { workspace = true }
log = { workspace = true }
filecheck = { workspace = true }
Expand Down

0 comments on commit 4532eac

Please sign in to comment.