Skip to content

235#236

Merged
RAprogramm merged 4 commits into
mainfrom
235
Jul 8, 2026
Merged

235#236
RAprogramm merged 4 commits into
mainfrom
235

Conversation

@RAprogramm

Copy link
Copy Markdown
Owner

Closes #235

Dependencies

  • Bumped masterror 0.27 → 0.29 (workspace + example manifests); MSRV raised to 1.96 as required by masterror 0.29.
  • Refreshed all caret-locked crates via cargo update: wasm-bindgen 0.2.126, web-sys/js-sys 0.3.103, wasm-bindgen-futures 0.4.76, serde_json 1.0.150, regex 1.12.4, reqwest 0.13.4, and transitive deps.
  • Aligned rust-version in example crates to 1.96.

Telegram Mini Apps API reconciliation

  • Verified SDK surface against the official Mini Apps docs and Bot API changelog.
  • Bot API is at 10.1, but the Mini App (WebApp) surface is unchanged since 9.6 (last WebApp change was requestChat in 9.6, already implemented). telegram-web-app.js reports max version 9.6.
  • No implementation gaps found; updated WEBAPP_API.md closing note to reflect the 10.1/9.6 relationship.

Verification

  • cargo build --all-features, cargo test --all-features (182 passed), cargo clippy --all-features --all-targets — all green.
  • trunk build for demo — success (wasm-bindgen 0.2.126).

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@RAprogramm RAprogramm merged commit 9a3b739 into main Jul 8, 2026
8 checks passed
@RAprogramm RAprogramm deleted the 235 branch July 8, 2026 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: update all dependencies to latest and align with current Telegram WebApp API

1 participant