-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump toml-serialization to v0.2.10: improve strictness (#1954)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nim-toml-serialization
updated
11 files
+2 −1 | .github/workflows/ci.yml | |
+78 −54 | README.md | |
+16 −0 | config.nims | |
+1 −1 | tests/test_features.nim | |
+69 −1 | tests/test_misc.nim | |
+16 −0 | tests/test_parser.nim | |
+14 −13 | tests/test_spec.nim | |
+1 −1 | toml_serialization.nimble | |
+31 −8 | toml_serialization/lexer.nim | |
+39 −8 | toml_serialization/reader.nim | |
+7 −7 | toml_serialization/writer.nim |