Skip to content

Commit

Permalink
Release 2.2.0-rc.1 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0123456789 committed Jul 10, 2024
1 parent 61e050c commit 4e2a86b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description = "Universal-Sierra-Compiler is the tool for Sierra compilation. It
homepage = "https://github.com/software-mansion/universal-sierra-compiler"
readme = "README.md"
repository = "https://github.com/software-mansion/universal-sierra-compiler"
version = "2.2.0-rc.0"
version = "2.2.0-rc.1"
edition = "2021"
license = "MIT"


[dependencies]
cairo-lang-starknet-sierra-0_1_0 = { package = "cairo-lang-starknet", git = "https://github.com/starkware-libs/cairo.git", tag = "v1.0.0-alpha.6", version = "1.0.0-alpha.6" }
cairo-lang-starknet-sierra-1_0_0 = { package = "universal-sierra-compiler-cairo-lang-starknet-proxy", version = "=0.2.0" }
cairo-lang-sierra-to-casm = "=2.7.0-rc.0"
cairo-lang-sierra = "=2.7.0-rc.0"
cairo-lang-sierra-to-casm = "2.7.0-rc.0"
cairo-lang-sierra = "2.7.0-rc.0"
cairo-lang-starknet-classes = "2.7.0-rc.0"
serde_json = "1.0.108"
serde = "1.0.193"
Expand Down

0 comments on commit 4e2a86b

Please sign in to comment.