Skip to content

Commit

Permalink
Merge pull request #20 from gianalarcon/0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus authored Oct 11, 2023
2 parents 472c52c + 0eea0fb commit e7bb505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "nightly-e96f08d6302b2ce1277bc13b17a0723f74cb6177" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.0-rc6" }

[[target.dojo]]

Expand Down
2 changes: 1 addition & 1 deletion src/systems/with_decorator.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait IPlayerActions<TContractState> {
fn move(self: @TContractState, direction: Direction);
}

#[system]
#[dojo::contract]
mod player_actions {
use starknet::{ContractAddress, get_caller_address};
use dojo_examples::models::{Position, Moves, Direction, Vec2};
Expand Down

0 comments on commit e7bb505

Please sign in to comment.