Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `MAXIMUM_DEFAULT_ADMIN_TRANSFER_DELAY` constant exposed in the component ImmutableConfig.
- `maximum_default_admin_transfer_delay` getter to the `IAccessControlDefaultAdminRules` interface.

### Changed

- Bump scarb to 2.14.0 (#1604)

## 3.0.0-alpha.3 (2025-10-9)

### Added
Expand Down
8 changes: 4 additions & 4 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ edition.workspace = true
[workspace.package]
version = "3.0.0-alpha.3"
edition = "2024_07"
cairo-version = "2.13.1"
scarb-version = "2.13.1"
cairo-version = "2.14.0"
scarb-version = "2.14.0"
authors = ["OpenZeppelin Community <maintainers@openzeppelin.org>"]
description = "OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup"
documentation = "https://docs.openzeppelin.com/contracts-cairo"
Expand All @@ -43,8 +43,8 @@ keywords = [
]

[workspace.dependencies]
assert_macros = "2.13.1"
starknet = "2.13.1"
assert_macros = "2.14.0"
starknet = "2.14.0"
snforge_std = "0.51.2"

[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 @@ -23,8 +23,8 @@ before proceeding, and run the following command to check that the installation
----
$ scarb --version

scarb 2.13.1 (dc0dbfd50 2025-09-15)
cairo: 2.13.1 (https://crates.io/crates/cairo-lang-compiler/2.13.1)
scarb 2.14.0 (dc0dbfd50 2025-09-15)
cairo: 2.14.0 (https://crates.io/crates/cairo-lang-compiler/2.14.0)
sierra: 1.7.0
----

Expand Down
Loading