-
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.
Bump libraries/scnlib from
f3b00ec
to 88e23f2
Bumps [libraries/scnlib](https://github.com/eliaskosunen/scnlib) from `f3b00ec` to `88e23f2`. - [Release notes](https://github.com/eliaskosunen/scnlib/releases) - [Commits](eliaskosunen/scnlib@f3b00ec...88e23f2) --- updated-dependencies: - dependency-name: libraries/scnlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
33a19f1
commit c1d61fb
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 |