Skip to content

Commit

Permalink
Bump slot to avoid ambiguous rev for account_sdk (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Oct 7, 2024
1 parent dc08191 commit 1dad9ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ alloy-sol-types = { version = "0.8.3", default-features = false }
criterion = "0.5.1"

# Slot integration. Dojo don't need to manually include `account_sdk` as dependency as `slot` already re-exports it.
slot = { git = "https://github.com/cartridge-gg/slot", rev = "544cbc6" }
slot = { git = "https://github.com/cartridge-gg/slot", rev = "942be15" }

alloy-contract = { version = "0.3", default-features = false }
alloy-json-rpc = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 1dad9ce

Please sign in to comment.