File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 # Should stay in sync with fbcode/buck2/rust-toolchain
9999 # And other similar references in this file and
100100 # docusaurus.yml
101- toolchain : nightly-2025-05-09
101+ toolchain : nightly-2025-06-20
102102 override : true
103103 - name : " Run tests"
104104 run : cargo test --manifest-path=compiler/Cargo.toml --locked ${{ matrix.target.features && '--features' }} ${{ matrix.target.features }}
@@ -124,7 +124,7 @@ jobs:
124124 # Should stay in sync with fbcode/buck2/rust-toolchain
125125 # And other similar references in this file and
126126 # docusaurus.yml
127- toolchain : nightly-2025-05-09
127+ toolchain : nightly-2025-06-20
128128 override : true
129129 - name : " Update fixture tests"
130130 run : ./scripts/update-fixtures.sh
@@ -187,7 +187,7 @@ jobs:
187187 # Should stay in sync with fbcode/buck2/rust-toolchain
188188 # And other similar references in this file and
189189 # docusaurus.yml
190- toolchain : nightly-2025-05-09
190+ toolchain : nightly-2025-06-20
191191 override : true
192192 target : ${{ matrix.target.target }}
193193 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2424 # Should stay in sync with fbcode/buck2/rust-toolchain
2525 # And other similar references in this file and
2626 # ci.yml
27- # toolchain: nightly-2025-05-09
28-
29- # Bug in rust causes wasm-pack to fail. Bug is fixed in
30- # https://github.com/rust-lang/rust/pull/139498 so we're temporarily
31- # ahead here while we wait for that fix to land in the common
32- # toolchain version used at Meta.
33- toolchain : nightly-2025-05-12
27+ toolchain : nightly-2025-06-20
3428 override : true
3529 - name : Install wasm-pack
3630 run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Original file line number Diff line number Diff line change 2424 # Should stay in sync with fbcode/buck2/rust-toolchain
2525 # And other similar references in this file and
2626 # ci.yml
27- toolchain : nightly-2025-05-09
27+ toolchain : nightly-2025-06-20
2828 override : true
2929 - name : cargo check
3030 run : cargo check --features vendored --manifest-path=compiler/Cargo.toml
You can’t perform that action at this time.
0 commit comments