From 7d08139aa98e9518a29a79255ff54edf7a5c7d84 Mon Sep 17 00:00:00 2001 From: democritus Date: Wed, 1 Nov 2023 21:20:23 +0100 Subject: [PATCH] bumps cubit --- crates/dojo-defi/Scarb.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dojo-defi/Scarb.toml b/crates/dojo-defi/Scarb.toml index 89142d951b..baa0627062 100644 --- a/crates/dojo-defi/Scarb.toml +++ b/crates/dojo-defi/Scarb.toml @@ -7,7 +7,7 @@ version = "0.3.3" [lib] [dependencies] -cubit = { git = "https://github.com/influenceth/cubit" } +cubit = { git = "https://github.com/ponderingdemocritus/cubit" } dojo = { path = "../dojo-core" }