Skip to content

Commit

Permalink
internal: Upgrade to Rust v1.68. (#681)
Browse files Browse the repository at this point in the history
* Update versions.

* Update deps.

* Fix lints.
  • Loading branch information
milesj authored Mar 10, 2023
1 parent 232be83 commit 72bb6f8
Show file tree
Hide file tree
Showing 8 changed files with 518 additions and 495 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ codegen-units = 1
lto = true
panic = "abort"
strip = "debuginfo"

# [registries.crates-io]
# protocol = "sparse"
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# ref: ${{ github.event.pull_request.head.sha }}
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.68.0
profile: minimal
- uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: yarn
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.68.0
profile: minimal
- uses: Swatinem/rust-cache@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions-rs/toolchain@v1
name: Setup toolchain
with:
toolchain: 1.67.0
toolchain: 1.68.0
profile: minimal
components: rustfmt
- uses: Swatinem/rust-cache@v2
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions-rs/toolchain@v1
name: Setup toolchain
with:
toolchain: 1.67.0
toolchain: 1.68.0
profile: minimal
components: clippy
- uses: Swatinem/rust-cache@v2
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions-rs/toolchain@v1
name: Setup toolchain
with:
toolchain: 1.67.0
toolchain: 1.68.0
profile: minimal
components: llvm-tools-preview
- name: Cache cargo
Expand Down
Loading

0 comments on commit 72bb6f8

Please sign in to comment.