Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: '1.89.0'
toolchain: '1.94.0'
components: rustfmt, clippy
cache: true

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "HTTP client plugin for Tauri applications"
license = "MIT"
edition = "2024"
rust-version = "1.89"
rust-version = "1.94.0"
links = "tauri-plugin-http-client"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]

Expand Down
2 changes: 1 addition & 1 deletion examples/tauri-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A minimal Tauri v2 application demonstrating the `@silvermine/tauri-plugin-http-
## Prerequisites

- [Node.js](https://nodejs.org/) (v18+)
- [Rust](https://rustup.rs/) (1.89+, edition 2024)
- [Rust](https://rustup.rs/) (1.94+, edition 2024)
- [Tauri prerequisites](https://v2.tauri.app/start/prerequisites/) for your platform

## Setup
Expand Down
Loading
Loading