-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from R533-Code/dependabot/submodules/librarie…
…s/scnlib-88e23f2 Bump libraries/scnlib from `f3b00ec` to `88e23f2`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule scnlib
updated
16 files
+2 −2 | .github/workflows/arch.yml | |
+2 −2 | .github/workflows/coverage.yml | |
+29 −4 | .github/workflows/docs.yml | |
+2 −2 | .github/workflows/fuzz-batch.yml | |
+2 −2 | .github/workflows/fuzz-continuous.yml | |
+5 −5 | .github/workflows/fuzz-cron.yml | |
+3 −5 | .github/workflows/fuzz-pr.yml | |
+9 −12 | .github/workflows/linux.yml | |
+3 −2 | .github/workflows/lite.yml | |
+3 −3 | .github/workflows/macos.yml | |
+2 −2 | .github/workflows/windows.yml | |
+7 −0 | CHANGELOG.md | |
+21 −10 | include/scn/scan.h | |
+2 −2 | src/scn/impl.cpp | |
+5 −16 | src/scn/impl.h | |
+116 −79 | tests/unittests/custom_type_test.cpp |