diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e26f3ae..87c75093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- [**breaking**] update `package.rust-version` to `1.82.0` ([#789](https://github.com/XAMPPRocky/octocrab/issues/789)) + ## [0.44.1](https://github.com/XAMPPRocky/octocrab/compare/v0.44.0...v0.44.1) - 2025-05-06 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index d80447c6..5b83a9ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" documentation = "https://docs.rs/octocrab" categories = ["web-programming::http-client"] keywords = ["github", "github-api"] -rust-version = "1.73.0" +rust-version = "1.82.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs]