bump msrv i don't care gimme the precise drop sem

This commit is contained in:
Maybe Waffle 2024-01-11 21:04:01 +01:00
parent 22ec6a3c3b
commit 67e297db3a
3 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,7 @@ env:
# - down below in a matrix
# - `Cargo.toml`
# - **/CHANGELOG.md
rust_msrv: 1.68.0
rust_msrv: 1.74.0
CI: 1
@ -93,7 +93,7 @@ jobs:
toolchain: nightly-2023-09-27
features: "--features full nightly"
- rust: msrv
toolchain: 1.68.0
toolchain: 1.74.0
features: "--features full"
steps:

View file

@ -5,7 +5,7 @@ resolver = "2"
# The settings below will be applied to all crates in the workspace
[workspace.package]
# MSRV (minimal supported Rust version).
rust-version = "1.68"
rust-version = "1.74"
edition = "2021"
license = "MIT"

View file

@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `u32` for sizes and `Seconds` for timespans in `InlineQueryResult*` ([#887][pr887])
- `SendGame::reply_to_message_id`, `SendSticker::reply_to_message_id` and `SendInvoice::reply_to_message_id` now use `MessageId` instead of `i32` ([#887][pr887])
- Use `UpdateId` for `Update::id` ([#892][pr892])
- MSRV (Minimal Supported Rust Version) was bumped from `1.64.0` to `1.68.0` ([#950][pr950])
- MSRV (Minimal Supported Rust Version) was bumped from `1.64.0` to `1.74.0` ([#950][pr950], [#993][pr993])
- Add proper support for `edit_message_caption_inline`, `copy_message`, `answer_inline_query`, `answer_web_app_query`, `send_media_group`, `edit_message_media`, and `edit_message_media_inline` to `DefaultParseMode` adaptor ([#961][pr961])
- Note that now `DefaultParseMode` sets the default on `send`, instead of request creation
- `DefaultParseMode` now also requires that the supported requests implement `Clone` (as a user you should not notice anything changing)
@ -95,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[pr892]: https://github.com/teloxide/teloxide/pull/892
[pr950]: https://github.com/teloxide/teloxide/pull/950
[pr961]: https://github.com/teloxide/teloxide/pull/961
[pr993]: https://github.com/teloxide/teloxide/pull/
### Deprecated