Skip to content

Commit

Permalink
Bump MSRV to 1.65 due to dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Jan 3, 2024
1 parent 2916440 commit c6a6315
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.58
toolchain: 1.65
override: true
- name: Run build
uses: actions-rs/cargo@v1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

* Update parse-display dependency to 0.8
* Bump MSRV to 1.65

## [0.3.0] - 2023-04-04

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.3.0"
authors = ["Raphael Nestler <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"
description = "Access the yts.mx API"
categories = ["api-bindings"]
repository = "https://github.com/rnestler/yts-api-rs"
Expand Down

0 comments on commit c6a6315

Please sign in to comment.