File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2023_11"
99fmt.workspace = true
1010
1111[dependencies ]
12- alexandria_data_structures = { path = " ../data_structures" }
12+ alexandria_data_structures = { path = " ../data_structures" , version = " 0.2.0 " }
1313
1414[dev-dependencies ]
1515cairo_test.workspace = true
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ edition = "2023_11"
99fmt.workspace = true
1010
1111[dependencies ]
12- alexandria_math = { path = " ../math" }
13- alexandria_data_structures = { path = " ../data_structures" }
12+ alexandria_math = { path = " ../math" , version = " 0.2.0 " }
13+ alexandria_data_structures = { path = " ../data_structures" , version = " 0.2.0 " }
1414starknet.workspace = true
1515
1616[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2023_11"
99fmt.workspace = true
1010
1111[dependencies ]
12- alexandria_encoding = { path = " ../encoding" }
12+ alexandria_encoding = { path = " ../encoding" , version = " 0.2.0 " }
1313
1414[dev-dependencies ]
1515cairo_test.workspace = true
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ edition = "2023_11"
99fmt.workspace = true
1010
1111[dependencies ]
12- alexandria_math = { path = " ../math" }
13- alexandria_numeric = { path = " ../numeric" }
14- alexandria_bytes = { path = " ../bytes" }
12+ alexandria_math = { path = " ../math" , version = " 0.2.0 " }
13+ alexandria_numeric = { path = " ../numeric" , version = " 0.2.0 " }
14+ alexandria_bytes = { path = " ../bytes" , version = " 0.2.0 " }
1515
1616[dev-dependencies ]
1717cairo_test.workspace = true
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ edition = "2023_11"
99fmt.workspace = true
1010
1111[dependencies ]
12- alexandria_math = { path = " ../math" }
13- alexandria_searching = { path = " ../searching" }
12+ alexandria_math = { path = " ../math" , version = " 0.2.0 " }
13+ alexandria_searching = { path = " ../searching" , version = " 0.2.0 " }
1414
1515[dev-dependencies ]
1616cairo_test.workspace = true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ fmt.workspace = true
1010
1111[dependencies ]
1212# dependency due to VecTrait usage in dijkstra.cairo
13- alexandria_data_structures = { path = " ../data_structures" }
13+ alexandria_data_structures = { path = " ../data_structures" , version = " 0.2.0 " }
1414
1515[dev-dependencies ]
1616cairo_test.workspace = true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2023_11"
99fmt.workspace = true
1010
1111[dependencies ]
12- alexandria_data_structures = { path = " ../data_structures" }
12+ alexandria_data_structures = { path = " ../data_structures" , version = " 0.2.0 " }
1313
1414[dev-dependencies ]
1515cairo_test.workspace = true
You can’t perform that action at this time.
0 commit comments