Skip to content

Commit

Permalink
refactor: bump pybind version to 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 7, 2024
1 parent eda5d6a commit e835ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.0
GIT_TAG v2.13.6
)
FetchContent_MakeAvailable(pybind11)

Expand Down

0 comments on commit e835ece

Please sign in to comment.