Skip to content

Commit 2f6683b

Browse files
committed
Set compatible rizin version to 0.3.4
1 parent eda4e99 commit 2f6683b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quark/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
DIR_PATH = f"{HOME_DIR}quark-rules"
1010

1111
DEBUG = False
12-
COMPATIBLE_RAZIN_VERSIONS = ["0.4.0"]
12+
COMPATIBLE_RAZIN_VERSIONS = ["0.3.4"]
1313

1414
RIZIN_DIR = f"{HOME_DIR}rizin/"
15-
RIZIN_COMMIT = "de8a5cac5532845643a52d1231b17a7b34feb50a"
15+
RIZIN_COMMIT = "2373c53880e017be86afed5454bca5b5017b920e"
1616

1717
Path(HOME_DIR).mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)