Skip to content

Commit

Permalink
Move MSRV to 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Dec 20, 2024
1 parent 683444e commit 9d1ac9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main
- releases/**
merge_group:
types: [checks_requested]
types: [ checks_requested ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -34,7 +34,7 @@ jobs:
with:
# TODO: There seems to be an issue with the 1.83.0 toolchain and tarpaulin.
# See: https://github.com/xd009642/tarpaulin/issues/1642
toolchain: 1.82.0
toolchain: 1.83.0

- uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
[workspace.package]
edition = "2021"
version = "0.20.0"
rust-version = "1.82.0"
rust-version = "1.83.0"
authors = ["boa-dev"]
repository = "https://github.com/boa-dev/boa"
license = "Unlicense OR MIT"
Expand Down

0 comments on commit 9d1ac9f

Please sign in to comment.