Skip to content

Commit

Permalink
Update supported Rust version to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Mar 12, 2024
1 parent b34858d commit fbba0aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

env:
CARGO_TERM_COLOR: always
MSRV: '1.65'
MSRV: '1.76'

jobs:
check:
Expand Down Expand Up @@ -48,8 +48,7 @@ jobs:
matrix:
rust:
- stable
- beta
- '1.65'
- '1.76'
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@protoc
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## main

- CHANGED: Drop support for Rust < 1.76
- CHANGED: Add support for Rust 1.76

## 0.7.0

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/dnsimple/dnsimple-rust"
keywords = ["DNS", "domain", "management", "automation"]
categories = ["api-bindings"]
include = ["src/**/*.rs", "README.md", "LICENSE.txt", "CHANGELOG.md"]
rust-version = "1.65.0"
rust-version = "1.76.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit fbba0aa

Please sign in to comment.