Skip to content

Commit

Permalink
Bump MSRV to 1.70
Browse files Browse the repository at this point in the history
Also run clippy and formatting with currently latest rust version.
  • Loading branch information
rnestler committed Jan 29, 2025
1 parent 4702968 commit 35ca8b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .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.65
toolchain: 1.70
override: true
- name: Run build
uses: actions-rs/cargo@v1
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.68
toolchain: 1.84
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.68
toolchain: 1.84
components: rustfmt
override: true
- run: cargo fmt -- --check
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed
* Bump MSRV to 1.70

## [0.4.0] - 2024-01-03

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

0 comments on commit 35ca8b5

Please sign in to comment.