Skip to content

Commit d0492b9

Browse files
committed
Fixed conflicts.
1 parent 9c424a6 commit d0492b9

File tree

5 files changed

+1
-71
lines changed

5 files changed

+1
-71
lines changed

crates/bin/cairo-execute/Cargo.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,11 @@ description = "Executable for creating executables and running them for the Cair
88

99
[dependencies]
1010
anyhow.workspace = true
11-
<<<<<<< HEAD
12-
bincode = { version = "2.0.1" }
11+
bincode.workspace = true
1312
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.12.0-rc.1" }
1413
cairo-lang-executable = { path = "../../cairo-lang-executable", version = "~2.12.0-rc.1" }
1514
cairo-lang-execute-utils = { path = "../../cairo-lang-execute-utils", version = "~2.12.0-rc.1" }
1615
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.12.0-rc.1" }
17-
||||||| 575a816e8
18-
bincode = { version = "2.0.1" }
19-
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.11.4" }
20-
cairo-lang-executable = { path = "../../cairo-lang-executable", version = "~2.11.4" }
21-
cairo-lang-execute-utils = { path = "../../cairo-lang-execute-utils", version = "~2.11.4" }
22-
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.11.4" }
23-
=======
24-
bincode.workspace = true
25-
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.11.4" }
26-
cairo-lang-executable = { path = "../../cairo-lang-executable", version = "~2.11.4" }
27-
cairo-lang-execute-utils = { path = "../../cairo-lang-execute-utils", version = "~2.11.4" }
28-
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.11.4" }
29-
>>>>>>> origin/main
3016
cairo-vm = { workspace = true, features = ["clap"] }
3117
clap.workspace = true
3218
num-bigint.workspace = true

crates/cairo-lang-starknet/test_data/libfuncs_coverage__libfuncs_coverage.contract_class.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,11 @@
44
"0x7",
55
"0x0",
66
"0x2",
7-
<<<<<<< HEAD
87
"0xc",
98
"0x0",
10-
"0xc7c",
11-
"0x384",
12-
"0x27d",
13-
||||||| 575a816e8
14-
"0xb",
15-
"0x4",
16-
"0xc7c",
17-
"0x384",
18-
"0x27d",
19-
=======
20-
"0xb",
21-
"0x4",
229
"0xbdc",
2310
"0x424",
2411
"0x264",
25-
>>>>>>> origin/main
2612
"0x52616e6765436865636b",
2713
"0x800000000000000100000000000000000000000000000000",
2814
"0x436f6e7374",

crates/cairo-lang-starknet/test_data/mintable__mintable_erc20_ownable.contract_class.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,11 @@
44
"0x7",
55
"0x0",
66
"0x2",
7-
<<<<<<< HEAD
87
"0xc",
98
"0x0",
10-
"0x320",
11-
"0xe0",
12-
"0x5d",
13-
||||||| 575a816e8
14-
"0xb",
15-
"0x4",
16-
"0x320",
17-
"0xe0",
18-
"0x5d",
19-
=======
20-
"0xb",
21-
"0x4",
229
"0x31b",
2310
"0xe5",
2411
"0x5c",
25-
>>>>>>> origin/main
2612
"0x52616e6765436865636b",
2713
"0x800000000000000100000000000000000000000000000000",
2814
"0x436f6e7374",

crates/cairo-lang-starknet/test_data/multi_component__contract_with_4_components.contract_class.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,11 @@
44
"0x7",
55
"0x0",
66
"0x2",
7-
<<<<<<< HEAD
87
"0xc",
98
"0x0",
10-
"0x35d",
11-
"0xa3",
12-
"0x68",
13-
||||||| 575a816e8
14-
"0xb",
15-
"0x4",
16-
"0x35d",
17-
"0xa3",
18-
"0x68",
19-
=======
20-
"0xb",
21-
"0x4",
229
"0x357",
2310
"0xa9",
2411
"0x67",
25-
>>>>>>> origin/main
2612
"0x52616e6765436865636b",
2713
"0x800000000000000100000000000000000000000000000000",
2814
"0x436f6e7374",

crates/cairo-lang-starknet/test_data/storage_accesses__storage_accesses.contract_class.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,11 @@
44
"0x7",
55
"0x0",
66
"0x2",
7-
<<<<<<< HEAD
87
"0xc",
98
"0x0",
10-
"0x273",
11-
"0x18d",
12-
"0x5c",
13-
||||||| 575a816e8
14-
"0xb",
15-
"0x4",
16-
"0x273",
17-
"0x18d",
18-
"0x5c",
19-
=======
20-
"0xb",
21-
"0x4",
229
"0x241",
2310
"0x1bf",
2411
"0x5b",
25-
>>>>>>> origin/main
2612
"0x52616e6765436865636b",
2713
"0x800000000000000100000000000000000000000000000000",
2814
"0x436f6e7374",

0 commit comments

Comments
 (0)