From 82da6b763f7ed9944cff46c78a447e9de59ce535 Mon Sep 17 00:00:00 2001 From: Nasr Date: Sat, 10 Aug 2024 13:37:38 -0400 Subject: [PATCH] Revert "add dojo world" This reverts commit 2bb2732a8bac029b8395450d3173223f06f57a21. --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4544736..47a0abc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2300,7 +2300,6 @@ dependencies = [ "cbindgen", "crypto-bigint", "dojo-types", - "dojo-world", "futures", "futures-channel", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 6809c89..ee8d20e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ torii-grpc = { git = "https://github.com/dojoengine/dojo", features = [ "client", ], rev = "998c68011c09b4351badc3b58d47a766d6341935" } torii-relay = { git = "https://github.com/dojoengine/dojo", rev = "998c68011c09b4351badc3b58d47a766d6341935" } -dojo-world = { git = "https://github.com/dojoengine/dojo", rev = "998c68011c09b4351badc3b58d47a766d6341935" } starknet = "0.11.0"