@@ -23,8 +23,8 @@ before proceeding, and run the following command to check that the installation
23
23
----
24
24
$ scarb --version
25
25
26
- scarb 2.12.0 (639d0a65e 2025-08-04 )
27
- cairo: 2.12.0 (https://crates.io/crates/cairo-lang-compiler/2.12.0 )
26
+ scarb 2.12.2 (dc0dbfd50 2025-09-15 )
27
+ cairo: 2.12.2 (https://crates.io/crates/cairo-lang-compiler/2.12.2 )
28
28
sierra: 1.7.0
29
29
----
30
30
@@ -59,13 +59,9 @@ Scarb.toml src
59
59
60
60
[IMPORTANT]
61
61
====
62
- The `openzeppelin` package is an umbrella package that includes all the packages in the library.
63
- Before version `3.x.x`, the `openzeppelin` and its sub-packages
64
- were versioned together meaning that the version of the `openzeppelin`
65
- package was the same as the version of the sub-packages.
66
-
67
- Starting from version `3.x.x`, with the introduction of the `openzeppelin_interfaces` package,
68
- the `openzeppelin` package is versioned independently from the sub-packages.
62
+ The `openzeppelin` package is an umbrella (meta) package that aggregates all library subpackages. Prior to v3.x, the umbrella and its subpackages were
63
+ versioned in lockstep—their versions always matched. Starting with v3.x, following the introduction of `openzeppelin_interfaces`, the umbrella is
64
+ versioned independently from some of the subpackages.
69
65
70
66
See the {versioning} section for more information.
71
67
====
@@ -109,7 +105,9 @@ openzeppelin_presets = "3.0.0-alpha.2"
109
105
openzeppelin_security = "3.0.0-alpha.2"
110
106
openzeppelin_token = "3.0.0-alpha.2"
111
107
openzeppelin_upgrades = "3.0.0-alpha.2"
112
- openzeppelin_utils = "3.0.0-alpha.2"
108
+
109
+ openzeppelin_interfaces = "{current_openzeppelin_interfaces_version}"
110
+ openzeppelin_utils = "{current_openzeppelin_utils_version}"
113
111
----
114
112
115
113
== Basic usage
0 commit comments