Skip to content

Commit

Permalink
Bump slot to 0.14.1 (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Sep 16, 2024
1 parent 069bc1a commit a96c4c9
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 @@ -227,7 +227,7 @@ alloy-sol-types = { version = "0.7.6", 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", tag = "v0.14.0" }
slot = { git = "https://github.com/cartridge-gg/slot", tag = "v0.14.1" }

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

0 comments on commit a96c4c9

Please sign in to comment.