Skip to content

Commit

Permalink
[py] Bump pybind11 to 2.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jeongseok (JS) Lee <jslee02@users.noreply.github.com>
  • Loading branch information
jslee02 committed Mar 17, 2023
1 parent 4802e1d commit ef0af98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dartpy/CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ if(DART_DOWNLOAD_DEPENDENT_PACKAGES)
PROJECT_NAME pybind11
WORKING_DIR ${CMAKE_CURRENT_BINARY_DIR}/.deps
GIT_URL https://github.com/pybind/pybind11
GIT_TAG v2.10.3
GIT_TAG v2.10.4
)

# Set options
Expand Down

0 comments on commit ef0af98

Please sign in to comment.