Skip to content

Commit

Permalink
Bump Scarb to 2.7.0-rc.2 (OpenZeppelin#1052)
Browse files Browse the repository at this point in the history
* bump scarb to 2.7.0-rc.2

* add changelog entry

* update changelog entry

* bump scarb in installation page
  • Loading branch information
andrew-fleming authored Jul 15, 2024
1 parent 232c673 commit 5f03fba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump scarb to v2.7.0-rc.1 (#1025)
- Bump scarb to v2.7.0-rc.2 (#1052)

## 0.15.0-rc.0 (2024-07-8)

Expand Down
8 changes: 4 additions & 4 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "openzeppelin"
version = "0.15.0-rc.0"
edition = "2023_11"
cairo-version = "2.7.0-rc.1"
scarb-version = "2.7.0-rc.1"
cairo-version = "2.7.0-rc.2"
scarb-version = "2.7.0-rc.2"
authors = ["OpenZeppelin Community <[email protected]>"]
description = "OpenZeppelin Contracts written in Cairo for StarkNet, a decentralized ZK Rollup"
documentation = "https://docs.openzeppelin.com/contracts-cairo"
Expand All @@ -13,10 +13,10 @@ license-file = "LICENSE"
keywords = ["openzeppelin", "starknet", "cairo", "contracts", "security", "standards"]

[dependencies]
starknet = "2.7.0-rc.1"
starknet = "2.7.0-rc.2"

[dev-dependencies]
cairo_test = "2.7.0-rc.1"
cairo_test = "2.7.0-rc.2"

[lib]

Expand Down
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ before proceeding, and run the following command to check that the installation
----
$ scarb --version
scarb 2.6.5 (d49f54394 2024-06-11)
cairo: 2.6.4 (https://crates.io/crates/cairo-lang-compiler/2.6.4)
sierra: 1.5.0
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)
sierra: 1.6.0
----

=== Set up your project
Expand Down

0 comments on commit 5f03fba

Please sign in to comment.