Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump scarb to 2.7.0-rc.4 #1064

Merged
merged 3 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
----
----
Loading