From 3b81b18577e243118a659b524d4de9500a320312 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 3 Jan 2023 22:48:41 +0100 Subject: [PATCH] update robin_map version and bump ABI version --- ext/robin_map | 2 +- src/nb_internals.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/robin_map b/ext/robin_map index a603419b..68ff7325 160000 --- a/ext/robin_map +++ b/ext/robin_map @@ -1 +1 @@ -Subproject commit a603419b9a0687c9148e02c8bd5e3db180bb9ac0 +Subproject commit 68ff7325b3898fca267a103bad5c509e8861144d diff --git a/src/nb_internals.cpp b/src/nb_internals.cpp index 5016c8f2..36c8279e 100644 --- a/src/nb_internals.cpp +++ b/src/nb_internals.cpp @@ -17,7 +17,7 @@ /// Tracks the ABI of nanobind #ifndef NB_INTERNALS_VERSION -# define NB_INTERNALS_VERSION 5 +# define NB_INTERNALS_VERSION 6 #endif /// On MSVC, debug and release builds are not ABI-compatible!