1414 - uses : actions/checkout@v5
1515 - uses : dtolnay/rust-toolchain@master
1616 with :
17- toolchain : nightly-2025-11-02
17+ toolchain : nightly-2025-11-17
1818 targets : wasm32-unknown-unknown
1919 - uses : Swatinem/rust-cache@v2
2020 - run : |
2727 - uses : dtolnay/rust-toolchain@master
2828 with :
2929 components : rustfmt
30- toolchain : nightly-2025-11-02
30+ toolchain : nightly-2025-11-17
3131 - uses : dtolnay/rust-toolchain@stable
3232 - uses : Swatinem/rust-cache@v2
3333 - run : cargo test --profile=ci-dev -p cairo-lang-syntax-codegen
@@ -110,7 +110,7 @@ jobs:
110110 - uses : dtolnay/rust-toolchain@master
111111 with :
112112 components : rustfmt
113- toolchain : nightly-2025-11-02
113+ toolchain : nightly-2025-11-17
114114 - uses : Swatinem/rust-cache@v2
115115 - run : scripts/rust_fmt.sh --check
116116
@@ -164,7 +164,7 @@ jobs:
164164 - uses : dtolnay/rust-toolchain@master
165165 with :
166166 components : clippy
167- toolchain : nightly-2025-11-02
167+ toolchain : nightly-2025-11-17
168168 - uses : Swatinem/rust-cache@v2
169169 - run : >
170170 scripts/clippy.sh
@@ -191,7 +191,7 @@ jobs:
191191 - uses : actions/checkout@v5
192192 - uses : dtolnay/rust-toolchain@master
193193 with :
194- toolchain : nightly-2025-11-02
194+ toolchain : nightly-2025-11-17
195195 - uses : Swatinem/rust-cache@v2
196196 - run : >
197197 scripts/docs.sh
0 commit comments