From 8b4b3780ef89974d1024bc78a7c7fdece45044e7 Mon Sep 17 00:00:00 2001 From: tekkac <98529704+tekkac@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:34:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fix=20build=20+=20reorg=20librar?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- protostar.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a7f15960..187f30d2 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ setup: ./tools/make/setup.sh test: - protostar test + protostar test-cairo0 run-profile: @echo "A script to select, compile, run & profile one Cairo file" diff --git a/protostar.toml b/protostar.toml index 2b77f4c6..98fa8a94 100644 --- a/protostar.toml +++ b/protostar.toml @@ -1,8 +1,8 @@ [project] -protostar-version = "0.11.0" -lib-path = "lib" +protostar-version = "0.12.0" +lib-path = "contracts/lib" cairo-path = [ - "./lib/cairo_contracts/src", + "contracts/lib/cairo_contracts/src", "src", ]