Skip to content

Commit bd13dd9

Browse files
committed
Deps: Update kananlib (Fix RE9 startup freeze)
1 parent 9222752 commit bd13dd9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ FetchContent_Declare(bddisasm
162162
)
163163
FetchContent_MakeAvailable(bddisasm)
164164

165-
message(STATUS "Fetching kananlib (238c90c2856058fb8997934d9dcd6e3002fb0e8a)...")
165+
message(STATUS "Fetching kananlib (522aa45e28ae03c3bc7e8064c4c46749ccc5f222)...")
166166
FetchContent_Declare(kananlib
167167
GIT_REPOSITORY
168168
"https://github.com/cursey/kananlib"
169169
GIT_TAG
170-
238c90c2856058fb8997934d9dcd6e3002fb0e8a
170+
522aa45e28ae03c3bc7e8064c4c46749ccc5f222
171171
)
172172
FetchContent_MakeAvailable(kananlib)
173173

cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ tag = "v1.34.10"
209209

210210
[fetch-content.kananlib]
211211
git = "https://github.com/cursey/kananlib"
212-
tag = "238c90c2856058fb8997934d9dcd6e3002fb0e8a"
212+
tag = "522aa45e28ae03c3bc7e8064c4c46749ccc5f222"
213213

214214
[target.utility]
215215
type = "static"

0 commit comments

Comments
 (0)