diff --git a/Cargo.toml b/Cargo.toml index 8885968..68f9ce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["Science", "Simulation"] [dependencies] typenum = "1.16" -num-traits = [version = "0.2", default-features = false] +num-traits = {version = "0.2", default-features = false} defmt = { version = "0.3", optional = true } [features]