From b0c97a1571f1ca9a590fe4e43db38a3064f7cdc3 Mon Sep 17 00:00:00 2001 From: Feist Josselin Date: Tue, 27 Apr 2021 17:29:24 +0200 Subject: [PATCH] Use crytic-compile@master --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2ab2b2e8..ec2f37c16 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( "crytic-compile", ], dependency_links=[ - "git+https://github.com/crytic/crytic-compile.git@dev-compilation-units#egg=crytic-compile" + "git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile" ], license="AGPL-3.0", long_description=open("README.md").read(),