Skip to content

Commit 23169b9

Browse files
committed
Deps: Update kananlib (minor fix to perf improvements)
1 parent 31ab924 commit 23169b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ FetchContent_Declare(
135135
)
136136
FetchContent_MakeAvailable(bddisasm)
137137

138-
message(STATUS "Fetching kananlib (93dea461e52f5117aad383b7ed6a2b866c1acafc)...")
138+
message(STATUS "Fetching kananlib (8b29e1694dbf4ad4c878ff54bcbcabf280b37168)...")
139139
FetchContent_Declare(
140140
kananlib
141141
GIT_REPOSITORY
142142
https://github.com/cursey/kananlib
143143
GIT_TAG
144-
93dea461e52f5117aad383b7ed6a2b866c1acafc
144+
8b29e1694dbf4ad4c878ff54bcbcabf280b37168
145145
)
146146
FetchContent_MakeAvailable(kananlib)
147147

cmake.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ tag = "v1.34.10"
177177

178178
[fetch-content.kananlib]
179179
git = "https://github.com/cursey/kananlib"
180-
tag = "93dea461e52f5117aad383b7ed6a2b866c1acafc"
180+
tag = "8b29e1694dbf4ad4c878ff54bcbcabf280b37168"
181181

182182
[target.utility]
183183
type = "static"

0 commit comments

Comments
 (0)