Skip to content

Commit

Permalink
Bump MSRV to 1.70 (#1923)
Browse files Browse the repository at this point in the history
* Bump MSRV to 1.70

* Use freebsd 14.0 on Cirrus CI
  • Loading branch information
messense committed Jan 26, 2024
1 parent d85758c commit 6030857
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build_and_test: &BUILD_AND_TEST
freebsd_task:
name: Test (x86_64 FreeBSD)
freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-14-0
env:
PATH: $HOME/.cargo/bin:$PATH
target_cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.67.0
- uses: dtolnay/rust-toolchain@1.70.0
# Caching
- name: Cache cargo build
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 6030857

Please sign in to comment.