Skip to content

Commit

Permalink
Bumped version to v2.4.2. (#4676)
Browse files Browse the repository at this point in the history
  • Loading branch information
orizi authored Dec 28, 2023
2 parents d2fca73 + 472ed9b commit fdd5763
Show file tree
Hide file tree
Showing 69 changed files with 244 additions and 244 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 @@ -51,7 +51,7 @@ members = [
]

[workspace.package]
version = "2.4.1"
version = "2.4.2"
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.4.1"
version = "2.4.2"
edition = "2023_10"

# 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.4.1" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.4.1", features = [
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "2.4.2" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.4.2", features = [
"env_logger",
] }
Loading

0 comments on commit fdd5763

Please sign in to comment.