Skip to content

Commit bf2dd2d

Browse files
committed
Deps: Update kananlib (pattern lookahead)
asdf
1 parent 779bfa2 commit bf2dd2d

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
@@ -163,12 +163,12 @@ FetchContent_Declare(bddisasm
163163
)
164164
FetchContent_MakeAvailable(bddisasm)
165165

166-
message(STATUS "Fetching kananlib (17cf2fdc7963a118684ece852a09e525305b3fae)...")
166+
message(STATUS "Fetching kananlib (7109f03a487be4db05ff3950981c9d303a260680)...")
167167
FetchContent_Declare(kananlib
168168
GIT_REPOSITORY
169169
"https://github.com/cursey/kananlib"
170170
GIT_TAG
171-
17cf2fdc7963a118684ece852a09e525305b3fae
171+
7109f03a487be4db05ff3950981c9d303a260680
172172
)
173173
FetchContent_MakeAvailable(kananlib)
174174

cmake.toml

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

212212
[fetch-content.kananlib]
213213
git = "https://github.com/cursey/kananlib"
214-
tag = "17cf2fdc7963a118684ece852a09e525305b3fae"
214+
tag = "7109f03a487be4db05ff3950981c9d303a260680"
215215

216216
[target.utility]
217217
type = "static"

0 commit comments

Comments
 (0)