@ -38,7 +38,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
- uses: dtolnay/rust-toolchain@1.64.0
- uses: dtolnay/rust-toolchain@1.65.0
- uses: Swatinem/rust-cache@v2
@ -14,4 +14,4 @@ thiserror = "1"
edition = "2021"
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
rust-version = "1.64"
rust-version = "1.65"
@ -18,4 +18,4 @@
| [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? |
| [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? |
_This repo and all plugins require a Rust version of at least **1.64**_
_This repo and all plugins require a Rust version of at least **1.65**_
@ -3,7 +3,7 @@ name = "api"
version = "0.1.0"
description = "An example Tauri Application showcasing the api"
[lib]
@ -4,7 +4,7 @@ This plugin provides APIs to read application metadata and macOS app visibility
## Install
_This plugin requires a Rust version of at least **1.64**_
_This plugin requires a Rust version of at least **1.65**_
There are three general methods of installation that we can recommend.
@ -4,7 +4,7 @@ Use hardware security-keys in your Tauri App.
@ -4,7 +4,7 @@ Automatically launch your application at startup. Supports Windows, Mac (via App
@ -4,7 +4,7 @@
@ -4,7 +4,7 @@ Watch files and directories for changes using [notify](https://github.com/notify
@ -4,7 +4,7 @@ Access the file system.
@ -6,7 +6,7 @@ Expose your apps assets through a localhost server instead of the default custom
@ -4,7 +4,7 @@ Configurable logging for your Tauri app.
@ -4,7 +4,7 @@ Read information about the operating system.
@ -4,7 +4,7 @@ Save filesystem and asset scopes and restore them when the app is reopened.
@ -6,7 +6,7 @@ This plugin is a port of [electron-positioner](https://github.com/jenslind/elect
@ -4,7 +4,7 @@ This plugin provides APIs to access the current process. To spawn child processe
@ -4,7 +4,7 @@ Ensure a single instance of your tauri app is running.
@ -4,7 +4,7 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx)
@ -4,7 +4,7 @@ Simple, persistent key-value store.
@ -4,7 +4,7 @@ Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger
@ -4,7 +4,7 @@ In-app updates for Tauri applications.
@ -4,7 +4,7 @@ Upload files from disk to a remote server over HTTP.
@ -4,7 +4,7 @@ Save window positions and sizes and restore them when the app is reopened.
@ -4,7 +4,7 @@ Interact with the Tauri window.