From 1c92759cb5bed9bff209f43b9b38ed183607c893 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Mon, 7 Oct 2024 16:14:50 -0400 Subject: [PATCH] specify rev --- 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"