File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ dependencies = [
151151
152152[[package]]
153153name = "openzeppelin_testing"
154- version = "4.6 .0"
154+ version = "4.7 .0"
155155dependencies = [
156156 "snforge_std",
157157]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ separate dependency in the Scarb.toml file:
1313
1414``` cairo
1515[dev-dependencies]
16- openzeppelin_testing = "4.6 .0"
16+ openzeppelin_testing = "4.7 .0"
1717```
1818
1919Then it can be imported into tests:
@@ -24,5 +24,5 @@ use openzeppelin_testing;
2424
2525### API documentation
2626
27- - [ Index] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v4.6 .0/packages/testing/docs/openzeppelin_testing.md )
28- - [ Summary] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v4.6 .0/packages/testing/docs/SUMMARY.md )
27+ - [ Index] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v4.7 .0/packages/testing/docs/openzeppelin_testing.md )
28+ - [ Summary] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v4.7 .0/packages/testing/docs/SUMMARY.md )
Original file line number Diff line number Diff line change 11[package ]
22name = " openzeppelin_testing"
3- version = " 4.6 .0"
3+ version = " 4.7 .0"
44readme = " README.md"
55keywords = [
66 " openzeppelin" ,
@@ -13,7 +13,7 @@ cairo-version.workspace = true
1313scarb-version.workspace = true
1414authors.workspace = true
1515description.workspace = true
16- documentation = " https://github.com/openzeppelin/cairo-contracts/blob/openzeppelin_testing-v4.6 .0/packages/testing/docs/openzeppelin_testing.md"
16+ documentation = " https://github.com/openzeppelin/cairo-contracts/blob/openzeppelin_testing-v4.7 .0/packages/testing/docs/openzeppelin_testing.md"
1717repository.workspace = true
1818license-file.workspace = true
1919
You can’t perform that action at this time.
0 commit comments