Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 2.7.0-rc.0 #1394

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
164 changes: 97 additions & 67 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ members = [
"resolver" = "2"

[workspace.package]
version = "2.6.4"
version = "2.7.0-rc.0"
edition = "2021"

authors = ["Software Mansion <[email protected]>"]
Expand All @@ -35,29 +35,29 @@ anyhow = "1"
assert_fs = "1"
async-trait = "0.1"
axum = { version = "0.6", features = ["http2"] }
cairo-lang-casm = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-compiler = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-debug = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-defs = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-diagnostics = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-filesystem = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-formatter = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-language-server = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-lowering = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-parser = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-project = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-semantic = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-sierra = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-sierra-generator = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-sierra-to-casm = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-sierra-type-size = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-starknet = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-starknet-classes = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-syntax = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-test-plugin = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-test-runner = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6" }
cairo-lang-utils = { git = "https://github.com/starkware-libs/cairo", rev = "4674a81dc7986195b59e10786cef63f0cd9b73d6", features = ["env_logger"] }
cairo-lang-casm = "2.7.0-rc.0"
cairo-lang-compiler = "2.7.0-rc.0"
cairo-lang-debug = "2.7.0-rc.0"
cairo-lang-defs = "2.7.0-rc.0"
cairo-lang-diagnostics = "2.7.0-rc.0"
cairo-lang-filesystem = "2.7.0-rc.0"
cairo-lang-formatter = "2.7.0-rc.0"
cairo-lang-language-server = "2.7.0-rc.0"
cairo-lang-lowering = "2.7.0-rc.0"
cairo-lang-parser = "2.7.0-rc.0"
cairo-lang-project = "2.7.0-rc.0"
cairo-lang-runner = "2.7.0-rc.0"
cairo-lang-semantic = "2.7.0-rc.0"
cairo-lang-sierra = "2.7.0-rc.0"
cairo-lang-sierra-generator = "2.7.0-rc.0"
cairo-lang-sierra-to-casm = "2.7.0-rc.0"
cairo-lang-sierra-type-size = "2.7.0-rc.0"
cairo-lang-starknet = "2.7.0-rc.0"
cairo-lang-starknet-classes = "2.7.0-rc.0"
cairo-lang-syntax = "2.7.0-rc.0"
cairo-lang-test-plugin = "2.7.0-rc.0"
cairo-lang-test-runner = "2.7.0-rc.0"
cairo-lang-utils = { version = "2.7.0-rc.0", features = ["env_logger"] }
camino = { version = "1", features = ["serde1"] }
cargo_metadata = ">=0.18"
clap = { version = "4", features = ["derive", "env", "string"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/dependencies/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ version = "0.1.0"
alexandria_math = { git = "https://github.com/keep-starknet-strange/alexandria.git" }

[dev-dependencies]
cairo_test = "2.6.0"
cairo_test = "2.7.0-rc.0"
2 changes: 1 addition & 1 deletion examples/hello_world/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2023_10"
[dependencies]

[dev-dependencies]
cairo_test = "2.6.0"
cairo_test = "2.7.0-rc.0"
4 changes: 2 additions & 2 deletions examples/starknet_hello_world/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ version = "0.1.0"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]
starknet = "2.6.0"
starknet = "2.7.0-rc.0"

[dev-dependencies]
cairo_test = "2.6.0"
cairo_test = "2.7.0-rc.0"

[[target.starknet-contract]]
4 changes: 2 additions & 2 deletions examples/starknet_multiple_contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ version = "0.1.0"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]
starknet = "2.6.0"
starknet = "2.7.0-rc.0"

[dev-dependencies]
cairo_test = "2.6.0"
cairo_test = "2.7.0-rc.0"

[[target.starknet-contract]]
4 changes: 2 additions & 2 deletions examples/workspaces/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ test = "snforge"
exit_first = true

[workspace.dependencies]
cairo_test = "2.6.0"
starknet = "2.6.0"
cairo_test = "2.7.0-rc.0"
starknet = "2.7.0-rc.0"

[workspace.package]
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion scarb/tests/lockfile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use scarb_test_support::project_builder::{Dep, DepBuilder, ProjectBuilder};
use scarb_test_support::registry::local::LocalRegistry;
use test_for_each_example::test_for_each_example;

#[test_for_each_example]
#[test_for_each_example(ignore = "dependencies")]
fn create_lockfile_simple(example: &Path) {
let t = TempDir::new().unwrap();

Expand Down
Loading