Skip to content

Commit

Permalink
Bumped version to 2.5.1. (#4943)
Browse files Browse the repository at this point in the history
  • Loading branch information
orizi authored Jan 28, 2024
1 parent 8a27348 commit afdf61a
Show file tree
Hide file tree
Showing 70 changed files with 248 additions and 248 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ members = [
exclude = ["ensure-no_std"]

[workspace.package]
version = "2.5.0"
version = "2.5.1"
edition = "2021"
repository = "https://github.com/starkware-libs/cairo/"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion corelib/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core"
version = "2.5.0"
version = "2.5.1"
edition = "2023_11"

# NOTE: This is non-public, unstable Scarb's field, which instructs resolver that this package does not
Expand Down
4 changes: 2 additions & 2 deletions crates/bin/cairo-compile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow.workspace = true
clap.workspace = true
log.workspace = true

cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "2.5.0" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.5.0", features = [
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "2.5.1" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.5.1", features = [
"env_logger",
] }
Loading

0 comments on commit afdf61a

Please sign in to comment.