Skip to content

Commit

Permalink
Use more recent Rust nightly in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameobea committed Sep 17, 2024
1 parent 394c434 commit a8cd14a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# uses: actions/cache@v3
# with:
# path: ~/.cargo/bin
# key: ${{ runner.os }}_nightly-2024-07-02_cargo-registry_just-0.5.1_wasm-bindgen-cli-0.2.54
# key: ${{ runner.os }}_nightly-2024-09-16_cargo-registry_just-0.5.1_wasm-bindgen-cli-0.2.54
- name: Cache cargo registry
uses: actions/cache@v3
env:
Expand All @@ -43,7 +43,7 @@ jobs:
cache-name: cache-target-dir
with:
path: ./engine/target
key: ${{ runner.os }}-build-${{ env.cache-name }}_nightly-2024-07-02_${{ hashFiles('engine/Cargo.lock') }}
key: ${{ runner.os }}-build-${{ env.cache-name }}_nightly-2024-09-16_${{ hashFiles('engine/Cargo.lock') }}
- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down Expand Up @@ -77,9 +77,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-07-02
toolchain: nightly-2024-09-16
- name: Use Rust nightly
run: rustup default nightly-2024-07-02
run: rustup default nightly-2024-09-16
- name: Install Rust Wasm support
run: rustup target add wasm32-unknown-unknown
- uses: actions/setup-node@v3
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1681,9 +1681,9 @@ camelcase@^7.0.0:
integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==

caniuse-lite@^1.0.30001640:
version "1.0.30001643"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz#9c004caef315de9452ab970c3da71085f8241dbd"
integrity sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==
version "1.0.30001660"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz"
integrity sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit a8cd14a

Please sign in to comment.