File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ edition = "2024_07"
8
8
sierra-replace-ids = true
9
9
10
10
[dependencies ]
11
- # pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
12
- pixelaw = { path = " ../core/contracts" }
11
+ pixelaw = { git = " https://github.com/pixelaw/core" , tag = " v0.6.20" }
12
+ # pixelaw = { path = "../core/contracts" }
13
13
dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.3.0" }
14
14
15
15
[dev-dependencies ]
16
16
dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.3.0" }
17
- # pixelaw_test = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
18
- # pixelaw_test_helpers = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
19
- pixelaw_testing = { path = " ../core/pixelaw_testing" }
17
+ pixelaw_testing = { git = " https://github.com/pixelaw/core" , tag = " v0.6.20" }
18
+ # pixelaw_testing = { path = "../core/pixelaw_testing" }
20
19
21
20
[[target .starknet-contract ]]
22
21
sierra = true
You can’t perform that action at this time.
0 commit comments