Skip to content

Commit

Permalink
Orizi/bump version 2.0.0 rc2 (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
orizi authored Jun 14, 2023
2 parents 043002a + 9dffd22 commit 9aeaf41
Show file tree
Hide file tree
Showing 38 changed files with 241 additions and 238 deletions.
74 changes: 37 additions & 37 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 @@ -40,7 +40,7 @@ members = [
]

[workspace.package]
version = "2.0.0-rc1"
version = "2.0.0-rc2"
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.0.0-rc1"
version = "2.0.0-rc2"

# NOTE: This is non-public, unstable Scarb's field, which instructs resolver that this package does not
# depend on `core`, which is only true for this particular package. Nobody else should use it.
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.0.0-rc1" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc1", features = [
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "2.0.0-rc2" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc2", features = [
"env_logger",
] }
4 changes: 2 additions & 2 deletions crates/bin/cairo-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log.workspace = true
colored.workspace = true
ignore.workspace = true

cairo-lang-formatter = { path = "../../cairo-lang-formatter", version = "2.0.0-rc1" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc1", features = [
cairo-lang-formatter = { path = "../../cairo-lang-formatter", version = "2.0.0-rc2" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc2", features = [
"env_logger",
] }
4 changes: 2 additions & 2 deletions crates/bin/cairo-language-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Language server executable for the Cairo programming language"
tokio.workspace = true
log.workspace = true

cairo-lang-language-server = { path = "../../cairo-lang-language-server", version = "2.0.0-rc1" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc1", features = [
cairo-lang-language-server = { path = "../../cairo-lang-language-server", version = "2.0.0-rc2" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc2", features = [
"env_logger",
] }
14 changes: 7 additions & 7 deletions crates/bin/cairo-run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ description = "Runner executable for the Cairo programming language"
anyhow.workspace = true
clap.workspace = true

cairo-lang-runner = { path = "../../cairo-lang-runner", version = "2.0.0-rc1" }
cairo-lang-starknet = { path = "../../cairo-lang-starknet", version = "2.0.0-rc1" }
cairo-lang-diagnostics = { path = "../../cairo-lang-diagnostics", version = "2.0.0-rc1" }
cairo-lang-sierra = { path = "../../cairo-lang-sierra", version = "2.0.0-rc1" }
cairo-lang-sierra-generator = { path = "../../cairo-lang-sierra-generator", version = "2.0.0-rc1" }
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "2.0.0-rc1" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc1", features = [
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "2.0.0-rc2" }
cairo-lang-starknet = { path = "../../cairo-lang-starknet", version = "2.0.0-rc2" }
cairo-lang-diagnostics = { path = "../../cairo-lang-diagnostics", version = "2.0.0-rc2" }
cairo-lang-sierra = { path = "../../cairo-lang-sierra", version = "2.0.0-rc2" }
cairo-lang-sierra-generator = { path = "../../cairo-lang-sierra-generator", version = "2.0.0-rc2" }
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "2.0.0-rc2" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "2.0.0-rc2", features = [
"env_logger",
] }
Loading

0 comments on commit 9aeaf41

Please sign in to comment.