You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,14 @@ Edit `scarb.toml` and add:
37
37
38
38
```toml
39
39
[dependencies]
40
-
openzeppelin = "2.0.0-alpha.1"
40
+
openzeppelin = "2.0.0"
41
41
```
42
42
43
43
The previous example would import the entire library. We can also add each package as a separate dependency to improve the building time by not including modules that won't be used:
0 commit comments