This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "Apache-2.0"
7
7
8
8
[features ]
9
9
default = [" with_mimalloc" ]
10
- with_mimalloc = [" mimalloc" ]
10
+ with_mimalloc = [" dep: mimalloc" ]
11
11
cairo_1_tests = []
12
12
13
13
[workspace ]
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ CAIRO_2_COMPILED_SIERRA_CONTRACTS:=$(patsubst $(CAIRO_2_CONTRACTS_TEST_DIR)/%.ca
98
98
CAIRO_2_COMPILED_CASM_CONTRACTS: = $(patsubst $(CAIRO_2_CONTRACTS_TEST_DIR ) /% .sierra, $(CAIRO_2_CONTRACTS_TEST_DIR ) /% .casm, $(CAIRO_2_COMPILED_SIERRA_CONTRACTS ) )
99
99
100
100
$(CAIRO_2_CONTRACTS_TEST_DIR ) /% .sierra : $(CAIRO_2_CONTRACTS_TEST_DIR ) /% .cairo
101
- $(STARKNET_COMPILE_CAIRO_2 ) --single-file $< $@
101
+ $(STARKNET_COMPILE_CAIRO_2 ) $< $@
102
102
103
103
$(CAIRO_2_CONTRACTS_TEST_DIR ) /% .casm : $(CAIRO_2_CONTRACTS_TEST_DIR ) /% .sierra
104
104
$(STARKNET_SIERRA_COMPILE_CAIRO_2 ) --add-pythonic-hints $< $@
@@ -107,7 +107,7 @@ compile-cairo-2-sierra: $(CAIRO_2_COMPILED_SIERRA_CONTRACTS)
107
107
compile-cairo-2-casm : $(CAIRO_2_COMPILED_CASM_CONTRACTS )
108
108
109
109
110
- CAIRO_2_VERSION =2.1.0-rc2
110
+ CAIRO_2_VERSION =2.0.2
111
111
112
112
cairo-repo-2-dir = cairo2
113
113
cairo-repo-2-dir-macos = cairo2-macos
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ edition = "2021"
5
5
6
6
[features ]
7
7
default = [" with_mimalloc" ]
8
- with_mimalloc = [" mimalloc" ]
8
+ with_mimalloc = [" dep: mimalloc" ]
9
9
10
10
[dependencies ]
11
11
starknet_in_rust = { path = " ../" , version = " 0.3.0" }
12
12
num-traits = " 0.2.15"
13
13
serde = { version = " 1.0.152" , features = [" derive" ] }
14
- cairo-vm = { workspace = true , features = [" cairo-1-hints" ]}
14
+ cairo-vm = { workspace = true , features = [" cairo-1-hints" ] }
15
15
clap = { version = " 4.1.8" , features = [" derive" ] }
16
16
actix-web = " 4.3.1"
17
17
awc = " 3.1.1"
You can’t perform that action at this time.
0 commit comments