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", ]