File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ cairo-lang-starknet-classes = "~2.12.3"
4545cairo-lang-test-plugin = " ~2.12.3"
4646cairo-lang-utils = " ~2.12.3"
4747cairo-native-bin-utils.path = " binaries/cairo-native-bin-utils"
48- cairo-native. path = " ."
48+ cairo-native = { path = " ." , version = " 0.7.1 " }
4949clap = " 4.5.23"
5050colored = " 2.1.0"
5151criterion = " 0.5.1"
You can’t perform that action at this time.
0 commit comments