From 942be15fae2f17a9f520c18ceddcbae00037a695 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Mon, 7 Oct 2024 16:45:16 -0400 Subject: [PATCH] chore: pin `account_sdk` to rev `61d2fd0` (#108) Specify exact revision to avoid downstream crates from resolving to the latest revision in the main branch of `account_sdk` --- slot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slot/Cargo.toml b/slot/Cargo.toml index 2da8ff7..550d1a6 100644 --- a/slot/Cargo.toml +++ b/slot/Cargo.toml @@ -28,5 +28,5 @@ tempfile = "3.10.1" hyper.workspace = true serde_with = "3.9.0" -account_sdk = { git = "https://github.com/cartridge-gg/controller" } +account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "61d2fd0" } base64 = "0.22.1"