Skip to content

Commit aef54d5

Browse files
authored
chore(cairo): bound openzeppelin_interfaces to the 2.x line (#733)
1 parent 6ce955b commit aef54d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/snfoundry/contracts/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024_07"
99
starknet = ">=2.18.0"
1010
openzeppelin_access = ">=3.0.0"
1111
openzeppelin_token = ">=3.0.0"
12-
openzeppelin_interfaces = ">=2.0.0"
12+
openzeppelin_interfaces = ">=2.0.0, <3.0.0"
1313

1414
[dev-dependencies]
1515
openzeppelin_utils = ">=2.0.0"

0 commit comments

Comments
 (0)