Skip to content

Commit

Permalink
reduce starknet dependency from 2.7.1 to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero committed Sep 7, 2024
1 parent b422c6d commit 4b4ce29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name = "beasts"
version = "0.1.0"

[dependencies]
starknet = "2.7.1"
starknet = "2.7.0"
openzeppelin_token = { git = "https://github.com/OpenZeppelin/cairo-contracts", tag = "v0.15.1" }
openzeppelin_introspection = { git = "https://github.com/OpenZeppelin/cairo-contracts", tag = "v0.15.1" }

[scripts]
test = "scarb cairo-test"

0 comments on commit 4b4ce29

Please sign in to comment.