Skip to content

Commit

Permalink
fix: bump katana
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Sep 12, 2023
1 parent 5362b77 commit bd22985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ hive-utils = { git = "https://github.com/kkrt-labs/kakarot-rpc.git" }
kakarot-rpc-core = { git = "https://github.com/kkrt-labs/kakarot-rpc.git" }

# Starknet deps
katana-core = { git = 'https://github.com/dojoengine/dojo', rev = "7893eed" }
dojo-test-utils = { git = 'https://github.com/dojoengine/dojo', rev = "7893eed" }
katana-core = { git = 'https://github.com/dojoengine/dojo', rev = "1c15335" }
dojo-test-utils = { git = 'https://github.com/dojoengine/dojo', rev = "1c15335" }

starknet = "0.4.0"
starknet_api = { git = "https://github.com/starkware-libs/starknet-api", rev = "ecc9b6946ef13003da202838e4124a9ad2efabb0" }
Expand Down

0 comments on commit bd22985

Please sign in to comment.