From c74a3a9ee0ff298af4ff6a7e1d7c8f7f5eced8f3 Mon Sep 17 00:00:00 2001 From: Thomas Marchand Date: Wed, 15 Nov 2023 19:09:22 +0300 Subject: [PATCH] fix: dependency to open-zeppelin contracts --- Scarb.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scarb.toml b/Scarb.toml index 681134d..cefe2a6 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -9,7 +9,7 @@ repository = "https://github.com/starknet-id/identity" [dependencies] starknet = "2.3.1" -openzeppelin = { git = "https://github.com/andrew-fleming/cairo-contracts.git", branch = "component-erc721" } +openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", rev = "f3e2a5f0547a429c716f32471b06df729cbdfb9f" } storage_read = { git = "https://github.com/starknet-id/storage_read_component", rev = "c6c69e15d34abfc39ac51dc21b96724e2e19ff31" } custom_uri = { git = "https://github.com/starknet-id/custom_uri_component", rev = "abb2f3d43c7be56dd5cd9f93c33af40b272c2245" }