-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump the submodules group with 2 updates (#470)
- Loading branch information
1 parent
639452e
commit 7276fd2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule parallel-hashmap
updated
3 files
+5 −0 | CMakeLists.txt | |
+454 −0 | examples/llil.cc | |
+4 −0 | parallel_hashmap/phmap.h |
Submodule pybind11
updated
6 files
+1 −1 | .github/workflows/pip.yml | |
+6 −6 | .pre-commit-config.yaml | |
+7 −0 | include/pybind11/cast.h | |
+21 −6 | include/pybind11/detail/internals.h | |
+2 −0 | include/pybind11/typing.h | |
+2 −0 | tests/test_builtin_casters.py |