Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit d897c7c

Browse files
committed
Pin libuast to v3.3.1, to pick up libuast.a for macOS.
Part of the fix for #156. Signed-off-by: M. J. Fromberger <[email protected]>
1 parent d6536fa commit d897c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# The VERSION line is edited automatically during deployments.
1616
# You may change the contents of the string, but do not otherwise edit the line.
1717
VERSION = "3.x.x-dev"
18-
LIBUAST_VERSION = "v3.3.0"
18+
LIBUAST_VERSION = "v3.3.1"
1919
SDK_V1_VERSION = "v1.17.0"
2020
SDK_V1_MAJOR = SDK_V1_VERSION.split('.')[0]
2121
SDK_V2_VERSION = "v2.16.4"

0 commit comments

Comments
 (0)