chore: format TOML files with taplo
This commit is contained in:
@@ -25,10 +25,5 @@ wasmtime = { optional = true, workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"anyhow?/std",
|
||||
"codec/std",
|
||||
"log/std",
|
||||
"wasmtime?/std",
|
||||
]
|
||||
std = ["anyhow?/std", "codec/std", "log/std", "wasmtime?/std"]
|
||||
wasmtime = ["anyhow", "dep:wasmtime"]
|
||||
|
||||
Reference in New Issue
Block a user