File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ echo " 📚 [4/5] Building docs..."
2323RUSTDOCFLAGS=" -Dwarnings" cargo doc --no-deps --all-features --quiet
2424
2525# MSRV check (requires rustup)
26- echo " 🔧 [5/5] Checking MSRV (1.82 .0)..."
26+ echo " 🔧 [5/5] Checking MSRV (1.85 .0)..."
2727if command -v rustup > /dev/null 2>&1 ; then
28- if rustup run 1.82 .0 cargo check --all-features --quiet 2> /dev/null; then
29- echo " MSRV 1.82 .0 ✓"
28+ if rustup run 1.85 .0 cargo check --all-features --quiet 2> /dev/null; then
29+ echo " MSRV 1.85 .0 ✓"
3030 else
31- echo " ⚠️ MSRV 1.82 .0 not installed, skipping"
31+ echo " ⚠️ MSRV 1.85 .0 not installed, skipping"
3232 fi
3333else
3434 echo " ⚠️ rustup not found, skipping MSRV check"
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.82 .0)
65+ name : MSRV (1.85 .0)
6666 runs-on : ubuntu-latest
6767 steps :
6868 - uses : actions/checkout@v4
69- - uses : dtolnay/rust-toolchain@1.82 .0
69+ - uses : dtolnay/rust-toolchain@1.85 .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.82 .0"
5+ rust-version = " 1.85 .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