Skip to content

Commit

Permalink
fix: dependency because of a bug from scarb
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Aug 23, 2023
1 parent 011850f commit 123c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"

[dependencies]
starknet = "2.1.0"
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", branch = "cairo-2" }
openzeppelin = { version = ">=0.7.0-rc.0", git = "https://github.com/OpenZeppelin/cairo-contracts.git", branch = "cairo-2" }
identity = { git = "https://github.com/starknet-id/identity.git", branch = "master" }

[[target.starknet-contract]]
Expand Down

0 comments on commit 123c526

Please sign in to comment.