Skip to content

Commit

Permalink
Merge pull request #53 from lambdaclass/update-2.8.2
Browse files Browse the repository at this point in the history
Update to cairo lang 2.8.2
  • Loading branch information
JulianGCalderon authored Sep 16, 2024
2 parents c68e012 + 0a64e08 commit 5933dfa
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: lambdaclass/cairo_native
ref: 4355357697e9ab57ab88ae3a4282aac61455619e
ref: 44d420814553c37cec7d2177892b36fc199f6cda
path: cairo_native
- name: Build Cairo Native Runtime Library
run: |
Expand Down
118 changes: 60 additions & 58 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 @@ -14,4 +14,4 @@ cairo-native = { git = "https://github.com/lambdaclass/cairo_native" }
tracing = "0.1"

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = "4355357697e9ab57ab88ae3a4282aac61455619e" }
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = "44d420814553c37cec7d2177892b36fc199f6cda" }
8 changes: 4 additions & 4 deletions rpc-state-reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ serde_json = { version = "1.0", features = [
"raw_value",
] }
starknet_api = {workspace = true}
cairo-lang-starknet = "2.8.0"
cairo-lang-sierra = "2.8.0"
cairo-lang-starknet-classes = "2.8.0"
cairo-lang-utils = "2.8.0"
cairo-lang-starknet = "2.8.2"
cairo-lang-sierra = "2.8.2"
cairo-lang-starknet-classes = "2.8.2"
cairo-lang-utils = "2.8.2"
cairo-native = { workspace = true }
starknet = "0.7.0"
thiserror = { workspace = true }
Expand Down

0 comments on commit 5933dfa

Please sign in to comment.