Skip to content

Commit

Permalink
Merge pull request cobalt-org#1139 from epage/update
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
epage authored Jun 2, 2023
2 parents 9533355 + 5f6a95b commit cba6184
Show file tree
Hide file tree
Showing 19 changed files with 340 additions and 529 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.64.0" # MSRV
msrv = "1.70.0" # MSRV
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: No-default features
run: cargo test --workspace --no-default-features
msrv:
name: "Check MSRV: 1.64.0"
name: "Check MSRV: 1.70.0"
needs: smoke
runs-on: ubuntu-latest
steps:
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0 # MSRV
toolchain: 1.70.0 # MSRV
profile: minimal
override: true
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0 # MSRV
toolchain: 1.70.0 # MSRV
profile: minimal
override: true
components: clippy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0 # MSRV
- 1.70.0 # MSRV
- stable
continue-on-error: ${{ matrix.rust != '1.64.0' }} # MSRV
continue-on-error: ${{ matrix.rust != '1.70.0' }} # MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

- MSRV is now 1.70.0

## [0.18.5] - 2023-06-02

### Fixes
Expand Down
Loading

0 comments on commit cba6184

Please sign in to comment.