forked from Chatterino/chatterino2
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump lib/sol2 from
2b0d2fe
to 620c9ae
Bumps [lib/sol2](https://github.com/ThePhD/sol2) from `2b0d2fe` to `620c9ae`. - [Release notes](https://github.com/ThePhD/sol2/releases) - [Commits](ThePhD/sol2@2b0d2fe...620c9ae) --- updated-dependencies: - dependency-name: lib/sol2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0eaa3d4
commit 72e1462
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sol2
updated
21 files
+0 −1 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+38 −12 | cmake/Packages/FindLuaBuild/LuaJIT.cmake | |
+1 −1 | documentation/CMakeLists.txt | |
+3 −1 | examples/source/dynamic_object.cpp | |
+8 −4 | include/sol/call.hpp | |
+9 −3 | include/sol/compatibility/compat-5.3.h | |
+9 −3 | include/sol/compatibility/compat-5.4.h | |
+46 −23 | include/sol/compatibility/lua_version.hpp | |
+11 −0 | include/sol/debug.hpp | |
+19 −6 | include/sol/error.hpp | |
+16 −5 | include/sol/error_handler.hpp | |
+2 −2 | include/sol/load_result.hpp | |
+2 −2 | include/sol/protected_function_result.hpp | |
+19 −0 | include/sol/stack.hpp | |
+3 −2 | include/sol/stack_check_unqualified.hpp | |
+0 −2 | include/sol/stack_push.hpp | |
+3 −2 | include/sol/trampoline.hpp | |
+2 −2 | include/sol/usertype_container.hpp | |
+5 −3 | include/sol/version.hpp | |
+2 −2 | single/CMakeLists.txt |