From d0b909f881a6d133662727f07c3714206ae93e25 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 27 Feb 2020 14:51:30 -0500 Subject: [PATCH] use stable branch in submodule --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 49b2b33e7..855ea5ab2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,4 @@ [submodule "external/pybind11"] path = external/pybind11 url = https://github.com/pybind/pybind11 + branch = stable