Skip to content

Commit

Permalink
chore: bump 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Aug 30, 2024
1 parent 4670daa commit fa91da1
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ license = "Apache-2.0"
license-file = "LICENSE"

[workspace.dependencies]
cairo-lang-compiler = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-utils = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-semantic = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-filesystem = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-diagnostics = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-test-plugin = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-syntax = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-defs = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-starknet = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-test-utils = { git = "https://github.com/starkware-libs/cairo", branch = "main" }
cairo-lang-compiler = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-utils = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-semantic = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-filesystem = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-diagnostics = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-test-plugin = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-syntax = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-defs = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-starknet = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
cairo-lang-test-utils = { git = "https://github.com/starkware-libs/cairo", tag = "v2.8.0" }
test-case = "3.0"
pretty_assertions = "1.4.0"
ctor = "0.2.8"
Expand Down

0 comments on commit fa91da1

Please sign in to comment.