chore: Add MSRV to all readmes (#255)

* chore: Add MSRV to all readmes

* fix single-instance support matrix

* wording

* wording

* typo
pull/256/head
Fabian-Lars 2 years ago committed by GitHub
parent d18bc1ea60
commit 2e090c90cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,9 +10,12 @@
| [log](plugins/log) | Configurable logging. | ✅ | ✅ | ✅ | ✅ | ✅ | | [log](plugins/log) | Configurable logging. | ✅ | ✅ | ✅ | ✅ | ✅ |
| [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. | ✅ | ✅ | ✅ | ? | ? | | [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. | ✅ | ✅ | ✅ | ? | ? |
| [positioner](plugins/positioner) | Move windows to common locations. | ✅ | ✅ | ✅ | ? | ? | | [positioner](plugins/positioner) | Move windows to common locations. | ✅ | ✅ | ✅ | ? | ? |
| [single-instance](plugins/single-instance) | Ensure a single instance of your tauri app is running. | ✅ | ? | ✅ | ? | ? |
| [sql](plugins/sql) | Interface with SQL databases. | ✅ | ✅ | ✅ | ? | ? | | [sql](plugins/sql) | Interface with SQL databases. | ✅ | ✅ | ✅ | ? | ? |
| [store](plugins/store) | Persistent key value storage. | ✅ | ✅ | ✅ | ? | ? | | [store](plugins/store) | Persistent key value storage. | ✅ | ✅ | ✅ | ? | ? |
| [stronghold](plugins/stronghold) | Encrypted, secure database. | ✅ | ✅ | ✅ | ? | ? | | [stronghold](plugins/stronghold) | Encrypted, secure database. | ✅ | ✅ | ✅ | ? | ? |
| [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. | ✅ | ✅ | ✅ | ? | ? | | [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. | ✅ | ✅ | ✅ | ? | ? |
| [websocket](plugins/websocket) | | ✅ | ✅ | ✅ | ? | ? | | [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? |
| [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? | | [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? |
_This repo and all plugins require a Rust version of at least **1.64**_

@ -4,6 +4,8 @@ Use hardware security-keys in your Tauri App.
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Automatically launch your application at startup. Supports Windows, Mac (via App
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Additional file system methods not included in the core API.
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Watch files and directories for changes using [notify](https://github.com/notify
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -6,6 +6,8 @@ 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.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Configurable logging for your Tauri app.
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ 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.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -6,6 +6,8 @@ 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.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Ensure a single instance of your tauri app is running.
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx)
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Simple, persistent key-value store.
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Upload files from disk to a remote server over HTTP.
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ 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.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@
## Install ## Install
_This plugin requires a Rust version of at least **1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked) 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

Loading…
Cancel
Save