Skip to content

Commit

Permalink
bump scarb to 2.7.0-rc.4 (OpenZeppelin#1064)
Browse files Browse the repository at this point in the history
* bump scarb to 2.7.0-rc.4

* add changelog

* bump scarb in installation page
  • Loading branch information
JhChoy authored Jul 25, 2024
1 parent 557ed27 commit fa708bd
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 @@ -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)

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.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 <[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.2"
starknet = "2.7.0-rc.3"

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

[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,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
----

Expand Down Expand Up @@ -113,4 +113,4 @@ You can now compile it:
[,bash]
----
scarb build
----
----

0 comments on commit fa708bd

Please sign in to comment.