Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Aug 26, 2024
2 parents 30d3938 + 95507e6 commit ba67877
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1
[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.6#ede7930735c708572af8a87f81bb76354a401b3a"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.7#e2ed07388843c3b688190eac771dbc85e84920fd"
dependencies = [
"dojo_plugin",
]
Expand All @@ -16,7 +16,7 @@ source = "git+https://github.com/dojoengine/dojo?rev=f15def33#f15def330c0d099e79

[[package]]
name = "rpg"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"dojo",
]
4 changes: 2 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "=2.7.0"
name = "rpg"
version = "0.1.0"
version = "0.0.0"

[cairo]
sierra-replace-ids = true
Expand All @@ -10,6 +10,6 @@ sierra-replace-ids = true
migrate = "sozo build && sozo migrate apply"

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.6" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.7" }

[[target.dojo]]
3 changes: 0 additions & 3 deletions contracts/src/tests/setup.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ mod setup {
// Internal imports

use rpg::models::index;
use rpg::models::player::Player;
use rpg::models::dungeon::Dungeon;
use rpg::types::role::Role;
use rpg::types::mode::Mode;
use rpg::systems::actions::{actions, IActions, IActionsDispatcher, IActionsDispatcherTrait};

// Constants
Expand Down

0 comments on commit ba67877

Please sign in to comment.