Skip to content

Commit

Permalink
update rev
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Aug 15, 2024
1 parent 5fb0311 commit 7a30624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ alloy-sol-types = { version = "0.7.6", default-features = false }
criterion = "0.5.1"

# Controller integration
# account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "512ff89" }
# slot = { git = "https://github.com/cartridge-gg/slot", rev = "4c1165d" }
account_sdk = { path = "../../cartridge/controller/packages/account_sdk" }
slot = { path = "../../cartridge/slot/slot" }
account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "146048fc" }
slot = { git = "https://github.com/cartridge-gg/slot", rev = "84602647" }
# account_sdk = { path = "../../cartridge/controller/packages/account_sdk" }
# slot = { path = "../../cartridge/slot/slot" }

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

0 comments on commit 7a30624

Please sign in to comment.