File tree Expand file tree Collapse file tree
tests/fixture/cairo/runner-crate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v3
17- - name : Setup Rust v1.80.1
18- run : rustup default 1.80.1
17+ - name : Setup Rust toolchain
18+ uses : dtolnay/rust-toolchain@stable
1919 - name : Install all Cairo tools
2020 run : curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.sh | sh -s -- --version-set latest --yes
2121 - name : Build
Original file line number Diff line number Diff line change 11[toolchain]
2- channel = "1.86 .0"
2+ channel = "1.89 .0"
33components = ["rustfmt", "clippy"]
44profile = "minimal"
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ name = "runner_crate"
33version = " 0.1.0"
44edition = " 2024_07"
55
6-
76[dependencies ]
87starknet = " 2.11.4"
98
109[dev-dependencies ]
1110snforge_std = " 0.44.0"
1211assert_macros = " 2.11.4"
1312
13+ [lib ]
14+ sierra = true
15+
1416[[target .starknet-contract ]]
1517sierra = true
1618
You can’t perform that action at this time.
0 commit comments