Skip to content

Commit 2ce48c7

Browse files
committed
Bumped version to 2.12.0-rc.0
1 parent 575a816 commit 2ce48c7

File tree

83 files changed

+335
-335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+335
-335
lines changed

Cargo.lock

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ members = [
7474
exclude = ["ensure-no_std"]
7575

7676
[workspace.package]
77-
version = "2.11.4"
77+
version = "2.12.0-rc.0"
7878
edition = "2021"
7979
rust-version = "1.86"
8080
repository = "https://github.com/starkware-libs/cairo/"

corelib/Scarb.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ version = 1
33

44
[[package]]
55
name = "core"
6-
version = "2.11.4"
6+
version = "2.12.0-rc.0"

corelib/Scarb.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core"
3-
version = "2.11.4"
3+
version = "2.12.0-rc.0"
44
edition = "2024_07"
55
experimental-features = ["coupons", "negative_impls", "associated_item_constraints"]
66

@@ -9,4 +9,4 @@ experimental-features = ["coupons", "negative_impls", "associated_item_constrain
99
no-core = true
1010

1111
[dev-dependencies]
12-
cairo_test = "2.11.4"
12+
cairo_test = "2.12.0-rc.0"

corelib/cairo_project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
core = "src"
33

44
[config.global]
5-
version = "2.11.4"
5+
version = "2.12.0-rc.0"
66
edition = "2024_07"
77

88
[config.global.experimental_features]

crates/bin/cairo-compile/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ anyhow.workspace = true
1111
clap.workspace = true
1212
log.workspace = true
1313

14-
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.11.4" }
15-
cairo-lang-lowering = { path = "../../cairo-lang-lowering", version = "~2.11.4" }
16-
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.11.4", features = [
14+
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.12.0-rc.0" }
15+
cairo-lang-lowering = { path = "../../cairo-lang-lowering", version = "~2.12.0-rc.0" }
16+
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.12.0-rc.0", features = [
1717
"env_logger",
1818
] }

crates/bin/cairo-execute/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description = "Executable for creating executables and running them for the Cair
99
[dependencies]
1010
anyhow.workspace = true
1111
bincode = { version = "2.0.1" }
12-
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.11.4" }
13-
cairo-lang-executable = { path = "../../cairo-lang-executable", version = "~2.11.4" }
14-
cairo-lang-execute-utils = { path = "../../cairo-lang-execute-utils", version = "~2.11.4" }
15-
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.11.4" }
12+
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.12.0-rc.0" }
13+
cairo-lang-executable = { path = "../../cairo-lang-executable", version = "~2.12.0-rc.0" }
14+
cairo-lang-execute-utils = { path = "../../cairo-lang-execute-utils", version = "~2.12.0-rc.0" }
15+
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.12.0-rc.0" }
1616
cairo-vm = { workspace = true, features = ["clap"] }
1717
clap.workspace = true
1818
num-bigint.workspace = true

crates/bin/cairo-format/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log.workspace = true
1212
colored.workspace = true
1313
ignore.workspace = true
1414

15-
cairo-lang-formatter = { path = "../../cairo-lang-formatter", version = "~2.11.4" }
16-
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.11.4", features = [
15+
cairo-lang-formatter = { path = "../../cairo-lang-formatter", version = "~2.12.0-rc.0" }
16+
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.12.0-rc.0", features = [
1717
"env_logger",
1818
] }

crates/bin/cairo-run/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ description = "Runner executable for the Cairo programming language"
1010
anyhow.workspace = true
1111
clap.workspace = true
1212

13-
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.11.4" }
14-
cairo-lang-diagnostics = { path = "../../cairo-lang-diagnostics", version = "~2.11.4" }
15-
cairo-lang-filesystem = { path = "../../cairo-lang-filesystem", version = "~2.11.4" }
16-
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.11.4" }
17-
cairo-lang-sierra-generator = { path = "../../cairo-lang-sierra-generator", version = "~2.11.4" }
18-
cairo-lang-starknet = { path = "../../cairo-lang-starknet", version = "~2.11.4" }
13+
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.12.0-rc.0" }
14+
cairo-lang-diagnostics = { path = "../../cairo-lang-diagnostics", version = "~2.12.0-rc.0" }
15+
cairo-lang-filesystem = { path = "../../cairo-lang-filesystem", version = "~2.12.0-rc.0" }
16+
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.12.0-rc.0" }
17+
cairo-lang-sierra-generator = { path = "../../cairo-lang-sierra-generator", version = "~2.12.0-rc.0" }
18+
cairo-lang-starknet = { path = "../../cairo-lang-starknet", version = "~2.12.0-rc.0" }

crates/bin/cairo-size-profiler/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ description = "Runner executable for the Cairo programming language"
1010
anyhow.workspace = true
1111
clap.workspace = true
1212

13-
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.11.4" }
14-
cairo-lang-defs = { path = "../../cairo-lang-defs", version = "~2.11.4" }
15-
cairo-lang-diagnostics = { path = "../../cairo-lang-diagnostics", version = "~2.11.4" }
16-
cairo-lang-executable = { path = "../../cairo-lang-executable", version = "~2.11.4" }
17-
cairo-lang-filesystem = { path = "../../cairo-lang-filesystem", version = "~2.11.4" }
18-
cairo-lang-runnable-utils = { path = "../../cairo-lang-runnable-utils", version = "~2.11.4" }
19-
cairo-lang-lowering = { path = "../../cairo-lang-lowering", version = "~2.11.4" }
20-
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.11.4" }
21-
cairo-lang-sierra = { path = "../../cairo-lang-sierra", version = "~2.11.4" }
22-
cairo-lang-sierra-generator = { path = "../../cairo-lang-sierra-generator", version = "~2.11.4" }
23-
cairo-lang-starknet = { path = "../../cairo-lang-starknet", version = "~2.11.4" }
24-
cairo-lang-syntax = { path = "../../cairo-lang-syntax", version = "~2.11.4" }
25-
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.11.4" }
13+
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.12.0-rc.0" }
14+
cairo-lang-defs = { path = "../../cairo-lang-defs", version = "~2.12.0-rc.0" }
15+
cairo-lang-diagnostics = { path = "../../cairo-lang-diagnostics", version = "~2.12.0-rc.0" }
16+
cairo-lang-executable = { path = "../../cairo-lang-executable", version = "~2.12.0-rc.0" }
17+
cairo-lang-filesystem = { path = "../../cairo-lang-filesystem", version = "~2.12.0-rc.0" }
18+
cairo-lang-runnable-utils = { path = "../../cairo-lang-runnable-utils", version = "~2.12.0-rc.0" }
19+
cairo-lang-lowering = { path = "../../cairo-lang-lowering", version = "~2.12.0-rc.0" }
20+
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "~2.12.0-rc.0" }
21+
cairo-lang-sierra = { path = "../../cairo-lang-sierra", version = "~2.12.0-rc.0" }
22+
cairo-lang-sierra-generator = { path = "../../cairo-lang-sierra-generator", version = "~2.12.0-rc.0" }
23+
cairo-lang-starknet = { path = "../../cairo-lang-starknet", version = "~2.12.0-rc.0" }
24+
cairo-lang-syntax = { path = "../../cairo-lang-syntax", version = "~2.12.0-rc.0" }
25+
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.12.0-rc.0" }
2626
itertools = { workspace = true, default-features = true }

0 commit comments

Comments
 (0)