Skip to content

Commit 7dbf403

Browse files
committed
fix: Update MSRV to 1.82.0
grammers-tl-types 0.8.0 requires Rust Edition 2024 which is only available starting from Rust 1.82.0
1 parent 5194aee commit 7dbf403

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
RUSTDOCFLAGS: -Dwarnings
6363

6464
msrv:
65-
name: MSRV (1.75.0)
65+
name: MSRV (1.82.0)
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v4
69-
- uses: dtolnay/rust-toolchain@1.75.0
69+
- uses: dtolnay/rust-toolchain@1.82.0
7070
- uses: Swatinem/rust-cache@v2
7171
- run: cargo check --all-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tdata-rs"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.75.0"
5+
rust-version = "1.82.0"
66
description = "Pure Rust parser for Telegram Desktop's tdata storage format. Decrypts local storage and extracts auth keys without Qt/C++ dependencies."
77
authors = ["Stranmor"]
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)