Skip to content

Commit

Permalink
feat: bump scarb (OpenZeppelin#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo authored Dec 17, 2024
1 parent ef3dfaa commit e62ee66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed (Breaking)

- Bump scarb to v2.9.2 (#1239)

## 0.20.0 (2024-12-06)

### Added
Expand Down
8 changes: 4 additions & 4 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ edition.workspace = true
[workspace.package]
version = "0.20.0"
edition = "2024_07"
cairo-version = "2.9.1"
scarb-version = "2.9.1"
cairo-version = "2.9.2"
scarb-version = "2.9.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 @@ -41,8 +41,8 @@ keywords = [
]

[workspace.dependencies]
assert_macros = "2.9.1"
starknet = "2.9.1"
assert_macros = "2.9.2"
starknet = "2.9.2"
snforge_std = "0.34.0"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ before proceeding, and run the following command to check that the installation
----
$ scarb --version
scarb 2.9.1 (aba4f604a 2024-11-29)
cairo: 2.9.1 (https://crates.io/crates/cairo-lang-compiler/2.9.1)
scarb 2.9.2 (5070ff374 2024-12-11)
cairo: 2.9.2 (https://crates.io/crates/cairo-lang-compiler/2.9.2)
sierra: 1.6.0
----

Expand Down

0 comments on commit e62ee66

Please sign in to comment.