Skip to content

Commit 2993d2f

Browse files
committed
Update Rust compiler version in docusaurus.yml and update-cargo-lock.yml
1 parent 7213bdd commit 2993d2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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-2024-10-13
27+
toolchain: nightly-2025-03-29
2828
override: true
2929
- name: Install wasm-pack
3030
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

‎.github/workflows/update-cargo-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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-2024-10-13
27+
toolchain: nightly-2025-03-29
2828
override: true
2929
- name: cargo check
3030
run: cargo check --features vendored --manifest-path=compiler/Cargo.toml

0 commit comments

Comments
 (0)