Skip to content

Commit

Permalink
feat: update openzeppelin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Oct 28, 2023
1 parent 3877dc1 commit 62ec654
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.3.0-rc0"
openzeppelin = { git = "https://github.com/Th0rgal/cairo-contracts.git", branch = "main" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.8.0-beta.0" }
identity = { git = "https://github.com/starknet-id/identity.git", branch = "master" }

[[target.starknet-contract]]
Expand Down

0 comments on commit 62ec654

Please sign in to comment.