Skip to content

Commit

Permalink
Deps: Update kananlib (fix case where scans could cause crashes)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 23, 2024
1 parent 75e571b commit c0b8849
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 @@ -134,13 +134,13 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (ccf2e5a32cf4c85a90641ae7a35c2b1d636c7636)...")
message(STATUS "Fetching kananlib (cca66766b139994f478ea48befd67a179b7310ab)...")
FetchContent_Declare(
kananlib
GIT_REPOSITORY
https://github.com/cursey/kananlib
GIT_TAG
ccf2e5a32cf4c85a90641ae7a35c2b1d636c7636
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 @@ -175,7 +175,7 @@ tag = "v1.34.10"

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

[target.utility]
type = "static"
Expand Down

0 comments on commit c0b8849

Please sign in to comment.