Skip to content

Commit

Permalink
Deps: Update kananlib (fix scan failures that could cause crashes)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 23, 2024
1 parent e1c7cc5 commit d657a55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (96c73034543f9a4b40bcf330ef818ff429710093)...")
message(STATUS "Fetching kananlib (cca66766b139994f478ea48befd67a179b7310ab)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
96c73034543f9a4b40bcf330ef818ff429710093
cca66766b139994f478ea48befd67a179b7310ab
)
FetchContent_MakeAvailable(kananlib)

Expand Down
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tag = "70db095765ab2066dd88dfb7bbcc42259ed167c5"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "96c73034543f9a4b40bcf330ef818ff429710093"
tag = "cca66766b139994f478ea48befd67a179b7310ab"

[fetch-content.safetyhook]
git = "https://github.com/praydog/safetyhook"
Expand Down

0 comments on commit d657a55

Please sign in to comment.