Skip to content

Commit e186ec5

Browse files
authored
feat(core): Bump mlc-backtrace (#28)
1 parent ee8dc10 commit e186ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ option(MLC_BUILD_PY "Build Python bindings." OFF)
1717
include(TestBigEndian)
1818
include(${CMAKE_CURRENT_LIST_DIR}/cmake/CPM.cmake)
1919
include(${CMAKE_CURRENT_LIST_DIR}/cmake/Utils/CxxUtils.cmake)
20-
CPMAddPackage("gh:mlc-ai/[email protected].4")
20+
CPMAddPackage("gh:mlc-ai/[email protected].5")
2121
CPMAddPackage("gh:potatomashed/[email protected]")
2222

2323
########## Target: `dlpack_header` ##########

0 commit comments

Comments
 (0)