style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -22,5 +22,5 @@ log = { workspace = true }
|
||||
pezsp-arithmetic = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "log/std", "pezsp-arithmetic/std" ]
|
||||
default = ["std"]
|
||||
std = ["log/std", "pezsp-arithmetic/std"]
|
||||
|
||||
Reference in New Issue
Block a user