Skip to content

Commit

Permalink
removed an unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
beeguy74 committed Nov 29, 2024
1 parent 992bed6 commit ab3f627
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ dependencies = [
"alexandria_math",
]

[[package]]
name = "alexandria_searching"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?tag=cairo-v2.6.0#946e6e2f9d390ad9f345882a352c0dd6f02ef3ad"
dependencies = [
"alexandria_data_structures",
]

[[package]]
name = "alexandria_sorting"
version = "0.1.0"
Expand All @@ -54,7 +46,6 @@ dependencies = [
name = "bytebeasts"
version = "0.1.0"
dependencies = [
"alexandria_searching",
"alexandria_sorting",
"dojo",
]
Expand Down
1 change: 0 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ move = "./scripts/move.sh"
[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.5" }
# Alexandria versions with tag greater that "cairo-v.5.4" conflict with dojo engine
alexandria_searching = { git = "https://github.com/keep-starknet-strange/alexandria.git", tag = "cairo-v2.6.0" }
alexandria_sorting = { git = "https://github.com/keep-starknet-strange/alexandria.git", tag = "cairo-v2.6.0" }

[[target.dojo]]

0 comments on commit ab3f627

Please sign in to comment.