Skip to content

Commit 8149410

Browse files
committed
Fix toml format error
1 parent 7c96397 commit 8149410

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/rulinalg/RUSTSEC-0000-0000.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ to the same location.
1212
"""
1313

1414
[affected]
15-
functions = {
16-
"rulinalg::matrix::RowMut::raw_slice" = [">= 0.4.0"],
17-
"rulinalg::matrix::RowMut::raw_slice_mut" = [">= 0.4.0"],
18-
}
15+
16+
[affected.functions]
17+
"rulinalg::matrix::RowMut::raw_slice" = [">= 0.4.0"]
18+
"rulinalg::matrix::RowMut::raw_slice_mut" = [">= 0.4.0"]
1919

2020
[versions]
2121
patched = []

0 commit comments

Comments
 (0)