Skip to content

Commit

Permalink
👷 fix build + reorg library
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkac authored and feltroidprime committed Jun 5, 2023
1 parent 05e1d75 commit 8b4b378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions protostar.toml
Original file line number Diff line number Diff line change
@@ -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",
]

Expand Down

0 comments on commit 8b4b378

Please sign in to comment.