Skip to content

Commit b8c44e9

Browse files
committed
fix CI tests
1 parent 54b7716 commit b8c44e9

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
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

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.86.0"
2+
channel = "1.89.0"
33
components = ["rustfmt", "clippy"]
44
profile = "minimal"

tests/fixture/cairo/runner-crate/Scarb.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ name = "runner_crate"
33
version = "0.1.0"
44
edition = "2024_07"
55

6-
76
[dependencies]
87
starknet = "2.11.4"
98

109
[dev-dependencies]
1110
snforge_std = "0.44.0"
1211
assert_macros = "2.11.4"
1312

13+
[lib]
14+
sierra = true
15+
1416
[[target.starknet-contract]]
1517
sierra = true
1618

0 commit comments

Comments
 (0)