File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22name = " tdata-rs"
33version = " 0.1.0"
44edition = " 2021"
5- rust-version = " 1.75 .0"
5+ rust-version = " 1.82 .0"
66description = " Pure Rust parser for Telegram Desktop's tdata storage format. Decrypts local storage and extracts auth keys without Qt/C++ dependencies."
77authors = [" Stranmor" ]
88license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments