From fa708bd2ade2969be3131180174093c3b9bd0666 Mon Sep 17 00:00:00 2001 From: JChoy Date: Fri, 26 Jul 2024 01:00:43 +0900 Subject: [PATCH] bump scarb to 2.7.0-rc.4 (#1064) * bump scarb to 2.7.0-rc.4 * add changelog * bump scarb in installation page --- CHANGELOG.md | 1 + Scarb.toml | 8 ++++---- docs/modules/ROOT/pages/index.adoc | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983569924..a1ff29a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump scarb to v2.7.0-rc.1 (#1025) - Bump scarb to v2.7.0-rc.2 (#1052) +- Bump scarb to v2.7.0-rc.4 (#1064) ## 0.15.0-rc.0 (2024-07-8) diff --git a/Scarb.toml b/Scarb.toml index 21be19db4..bae8c2933 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -2,8 +2,8 @@ name = "openzeppelin" version = "0.15.0-rc.0" edition = "2023_11" -cairo-version = "2.7.0-rc.2" -scarb-version = "2.7.0-rc.2" +cairo-version = "2.7.0-rc.3" +scarb-version = "2.7.0-rc.4" authors = ["OpenZeppelin Community "] description = "OpenZeppelin Contracts written in Cairo for StarkNet, a decentralized ZK Rollup" documentation = "https://docs.openzeppelin.com/contracts-cairo" @@ -13,10 +13,10 @@ license-file = "LICENSE" keywords = ["openzeppelin", "starknet", "cairo", "contracts", "security", "standards"] [dependencies] -starknet = "2.7.0-rc.2" +starknet = "2.7.0-rc.3" [dev-dependencies] -cairo_test = "2.7.0-rc.2" +cairo_test = "2.7.0-rc.3" [lib] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 1bfd1a442..41e20d036 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -20,8 +20,8 @@ before proceeding, and run the following command to check that the installation ---- $ scarb --version -scarb 2.7.0-rc.2 (55754b5d3 2024-07-12) -cairo: 2.7.0-rc.2 (https://crates.io/crates/cairo-lang-compiler/2.7.0-rc.2) +scarb 2.7.0-rc.4 (88bf93564 2024-07-19) +cairo: 2.7.0-rc.3 (https://crates.io/crates/cairo-lang-compiler/2.7.0-rc.3) sierra: 1.6.0 ---- @@ -113,4 +113,4 @@ You can now compile it: [,bash] ---- scarb build ----- \ No newline at end of file +----