Fix toml format error

This commit is contained in:
Yechan Bae
2020-06-29 01:40:06 -04:00
parent 7c96397ea1
commit 8149410e8d

View File

@@ -12,10 +12,10 @@ to the same location.
"""
[affected]
functions = {
"rulinalg::matrix::RowMut::raw_slice" = [">= 0.4.0"],
"rulinalg::matrix::RowMut::raw_slice_mut" = [">= 0.4.0"],
}
[affected.functions]
"rulinalg::matrix::RowMut::raw_slice" = [">= 0.4.0"]
"rulinalg::matrix::RowMut::raw_slice_mut" = [">= 0.4.0"]
[versions]
patched = []