Skip to content

Commit

Permalink
Shinigami upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Dec 2, 2024
1 parent 6d1d596 commit 5572e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source = "git+https://github.com/j1mbo64/sha1_cairo.git#2b65bc00a829bdcc244c140d
[[package]]
name = "shinigami_engine"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/shinigami.git?rev=3415ed6#3415ed6331d3ea2dc2de6f9ab8e0be6562585f2d"
source = "git+https://github.com/keep-starknet-strange/shinigami.git?rev=1963116#1963116dc6f24eb32d0513c6394ad64da515ceff"
dependencies = [
"ripemd160",
"sha1",
Expand All @@ -40,7 +40,7 @@ dependencies = [
[[package]]
name = "shinigami_utils"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/shinigami.git?rev=3415ed6#3415ed6331d3ea2dc2de6f9ab8e0be6562585f2d"
source = "git+https://github.com/keep-starknet-strange/shinigami.git?rev=1963116#1963116dc6f24eb32d0513c6394ad64da515ceff"

[[package]]
name = "utils"
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license-file = "LICENSE"

[workspace.dependencies]
cairo_test = "2.9.1"
shinigami_engine = { git = "https://github.com/keep-starknet-strange/shinigami.git", rev = "3415ed6" }
shinigami_engine = { git = "https://github.com/keep-starknet-strange/shinigami.git", rev = "1963116" }

[profile.cairo1-run.cairo]
# https://github.com/lambdaclass/cairo-vm/issues/1745
Expand Down

0 comments on commit 5572e2a

Please sign in to comment.