mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
chore: set MSRV to 1.95
This commit is contained in:
@@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
"autostart": major
|
||||||
|
"barcode-scanner": major
|
||||||
|
"biometric": major
|
||||||
|
"cli": major
|
||||||
|
"clipboard-manager": major
|
||||||
|
"deep-link": major
|
||||||
|
"dialog": major
|
||||||
|
"fs": major
|
||||||
|
"global-shortcut": major
|
||||||
|
"http": major
|
||||||
|
"localhost": major
|
||||||
|
"log": major
|
||||||
|
"nfc": major
|
||||||
|
"notification": major
|
||||||
|
"opener": major
|
||||||
|
"os": major
|
||||||
|
"persisted-scope": major
|
||||||
|
"positioner": major
|
||||||
|
"process": major
|
||||||
|
"shell": major
|
||||||
|
"single-instance": major
|
||||||
|
"sql": major
|
||||||
|
"store": major
|
||||||
|
"stronghold": major
|
||||||
|
"updater": major
|
||||||
|
"upload": major
|
||||||
|
"websocket": major
|
||||||
|
"window-state": major
|
||||||
|
"haptics": major
|
||||||
|
"geolocation": major
|
||||||
|
---
|
||||||
|
|
||||||
|
Update MSRV to 1.95 to match tauri.
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@1.77.2
|
- uses: dtolnay/rust-toolchain@1.95
|
||||||
|
|
||||||
- uses: actions/setup-node@v7
|
- uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libgtk-4-dev
|
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libgtk-4-dev
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@1.77.2
|
- uses: dtolnay/rust-toolchain@1.95
|
||||||
with:
|
with:
|
||||||
targets: ${{ matrix.platform.target }}
|
targets: ${{ matrix.platform.target }}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@ zbus = "5.9"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Tauri Programme within The Commons Conservancy"]
|
authors = ["Tauri Programme within The Commons Conservancy"]
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
rust-version = "1.77.2"
|
rust-version = "1.95"
|
||||||
repository = "https://github.com/tauri-apps/plugins-workspace"
|
repository = "https://github.com/tauri-apps/plugins-workspace"
|
||||||
|
|
||||||
# default to small, optimized release binaries
|
# default to small, optimized release binaries
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Official Tauri Plugins
|
# Official Tauri Plugins
|
||||||
|
|
||||||
This repo and all plugins require a Rust version of at least **1.77.2**
|
This repo and all plugins require a Rust version of at least **1.95**
|
||||||
|
|
||||||
## Plugins Found Here
|
## Plugins Found Here
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Automatically launch your application at startup.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Parse arguments from your Command Line Interface.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Read and write to the system clipboard.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Set your Tauri application as the default handler for an URL.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ authors = ["you"]
|
|||||||
license = ""
|
license = ""
|
||||||
repository = ""
|
repository = ""
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.77.2"
|
rust-version = "1.95"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Native system dialogs for opening and saving files along with message dialogs.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Access the file system.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ This plugin provides APIs for getting and tracking the device's current position
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Register global shortcuts.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ There are no standards/requirements for vibration support on Android, so the `fe
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Access the HTTP client written in Rust.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Expose your apps assets through a localhost server instead of the default custom
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Configurable logging for your Tauri app.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Send message notifications (brief auto-expiring OS window element) to your user.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Read information about the operating system.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Save filesystem and asset scopes and restore them when the app is reopened.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ This plugin is a port of [electron-positioner](https://github.com/jenslind/elect
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ This plugin provides APIs to access the current process. To spawn child processe
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Access the system shell. Allows you to spawn child processes and manage files an
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Ensure a single instance of your tauri app is running.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description = "A Tauri App"
|
|||||||
authors = ["You"]
|
authors = ["You"]
|
||||||
repository = ""
|
repository = ""
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.77.2"
|
rust-version = "1.95"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx)
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Simple, persistent key-value store.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ In-app updates for Tauri applications.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Download files from a remote HTTP server to disk.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Open a WebSocket connection using a Rust client in JS.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Save window positions and sizes and restore them when the app is reopened.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
_This plugin requires a Rust version of at least **1.77.2**_
|
_This plugin requires a Rust version of at least **1.95**_
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user