Skip to content

Commit aaa1d7a

Browse files
Merge branch 'main' into opt-felt252_div-compilation
2 parents c836c80 + 35361e2 commit aaa1d7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
3838
- name: Install LLVM
3939
run: sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19 clang-tools-19 lld-19 libpolly-19-dev libmlir-19-dev mlir-19-tools
40-
- name: publish starknet-native-compile
41-
run: cargo publish --token ${CRATES_TOKEN} --all-features -p starknet-native-compile
4240
- name: publish sierra emu
4341
run: cargo publish --token ${CRATES_TOKEN} --all-features -p sierra-emu
4442
- name: publish cairo native
4543
run: cargo publish --token ${CRATES_TOKEN} --all-features -p cairo-native
44+
- name: publish starknet-native-compile
45+
run: cargo publish --token ${CRATES_TOKEN} --all-features -p starknet-native-compile

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cairo-lang-starknet-classes = "~2.12.3"
4545
cairo-lang-test-plugin = "~2.12.3"
4646
cairo-lang-utils = "~2.12.3"
4747
cairo-native-bin-utils.path = "binaries/cairo-native-bin-utils"
48-
cairo-native.path = "."
48+
cairo-native = { path = ".", version = "0.7.1" }
4949
clap = "4.5.23"
5050
colored = "2.1.0"
5151
criterion = "0.5.1"

0 commit comments

Comments
 (0)