Skip to content

Tags: Taiizor/tauri-plugin-cache

Tags

v0.1.6

Toggle v0.1.6's commit message
Update Tauri version in README example

Bumped the Tauri dependency version in the README's Cargo.toml example from 2.5.1 to 2.9.4 to reflect the latest recommended version.

v0.1.5

Toggle v0.1.5's commit message
Bump tauri-plugin-cache to version 0.1.5

Updated the version of tauri-plugin-cache from 0.1.4 to 0.1.5 in Cargo.toml, Cargo.lock, README.md, and package.json. This update likely includes improvements or fixes for the plugin.

v0.1.4

Toggle v0.1.4's commit message
Update tauri-plugin-cache version in README

Bumped the version of tauri-plugin-cache from 0.1.3 to 0.1.4 in the README example to reflect the latest version.

v0.1.3

Toggle v0.1.3's commit message
Remove trailing whitespace in mobile.rs

Cleaned up unnecessary trailing whitespace in the `mobile.rs` file to improve code formatting and maintain consistency.

v0.1.0

Toggle v0.1.0's commit message
Update installation instructions in README

Expanded the installation instructions for the Tauri plugin cache, including steps for using `cargo add` and additional package manager commands for `pnpm`, `npm`, and `yarn`.