Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Nov 19, 2024
1 parent 778252c commit a2c195c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: lambdaclass/cairo_native
ref: 4d24686b90cd83caea5412205a31ee3b6fedddcb
ref: ae234bac7eb4b7f70715b3832363a843348c6927
path: cairo_native
- name: Build Cairo Native Runtime Library
shell: bash
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: lambdaclass/cairo_native
ref: 4d24686b90cd83caea5412205a31ee3b6fedddcb
ref: ae234bac7eb4b7f70715b3832363a843348c6927
path: cairo_native
- name: Build Cairo Native Runtime Library
run: |
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ tracing = "0.1"
serde_json = "1.0.116"
serde_with = "3.11.0"
serde = "1.0.197"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "ebfa9a116d03618e90fc52773e73958b179dd775" }
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "ae234bac7eb4b7f70715b3832363a843348c6927" }
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.8.x" }
blockifier = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.8.x" }
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.8.x" }

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "ebfa9a116d03618e90fc52773e73958b179dd775" }
cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "ae234bac7eb4b7f70715b3832363a843348c6927" }

0 comments on commit a2c195c

Please sign in to comment.