Skip to content

Commit

Permalink
bump msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Feb 21, 2024
1 parent e414579 commit 14f381a
Show file tree
Hide file tree
Showing 35 changed files with 66 additions and 34 deletions.
32 changes: 32 additions & 0 deletions .changes/msrv-1.75.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
"authenticator": patch
"autostart": patch
"barcode-scanner": patch
"biometric": patch
"cli": patch
"clipboard-manager": patch
"deep-link": patch
"dialog": patch
"fs": patch
"global-shortcut": patch
"http": patch
"localhost": patch
"log-plugin": patch
"nfc": patch
"notification": patch
"os": patch
"persisted-scope": patch
"positioner": patch
"process": patch
"shell": patch
"single-instance": patch
"sql": patch
"store": patch
"stronghold": patch
"updater": patch
"upload": patch
"websocket": patch
"window-state": patch
---

Update MSRV to 1.75.
2 changes: 1 addition & 1 deletion .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
vcpkg install openssl:x64-windows-static-md
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.75.0
with:
targets: ${{ matrix.platform.target }}

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ schemars = "0.8"
edition = "2021"
authors = ["Tauri Programme within The Commons Conservancy"]
license = "Apache-2.0 OR MIT"
rust-version = "1.70"
rust-version = "1.75"

# default to small, optimized release binaries
[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
| [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.70**_
_This repo and all plugins require a Rust version of at least **1.75**_

## Partners

Expand Down
2 changes: 1 addition & 1 deletion plugins/authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use hardware security-keys in your Tauri App.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/autostart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Automatically launch your application at startup. Supports Windows, Mac (via App

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Parse arguments from your Command Line Interface.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/clipboard-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Read and write to the system clipboard.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/deep-link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Set your Tauri application as the default handler for an URL.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/deep-link/examples/app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["you"]
license = ""
repository = ""
edition = "2021"
rust-version = "1.70"
rust-version = "1.75"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion plugins/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Native system dialogs for opening and saving files along with message dialogs.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/fs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Access the file system.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/global-shortcut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Register global shortcuts.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Access the HTTP client written in Rust.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/localhost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## \[2.0.0-alpha.3]

- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.70.
- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.75.

## \[2.0.0-alpha.2]

Expand Down
2 changes: 1 addition & 1 deletion plugins/localhost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Expose your apps assets through a localhost server instead of the default custom
## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Configurable logging for your Tauri app.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Send message notifications (brief auto-expiring OS window element) to your user.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/os/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Read information about the operating system.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/persisted-scope/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

## \[2.0.0-alpha.3]

- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.70.
- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.75.
- [`5de23e7`](https://github.com/tauri-apps/plugins-workspace/commit/5de23e79f9880921b62e4b7a8819bc0dbc833216)([#649](https://github.com/tauri-apps/plugins-workspace/pull/649)) Update to tauri@alpha.15.

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion plugins/persisted-scope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Save filesystem and asset scopes and restore them when the app is reopened.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/positioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This plugin is a port of [electron-positioner](https://github.com/jenslind/elect

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin provides APIs to access the current process. To spawn child processe

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Access the system shell. Allows you to spawn child processes and manage files an

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/single-instance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## \[2.0.0-alpha.3]

- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.70.
- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.75.

## \[2.0.0-alpha.2]

Expand Down
2 changes: 1 addition & 1 deletion plugins/single-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ensure a single instance of your tauri app is running.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A Tauri App"
authors = [ "You" ]
repository = ""
edition = "2021"
rust-version = "1.70"
rust-version = "1.75"

[dependencies]
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion plugins/sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx)

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple, persistent key-value store.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/stronghold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In-app updates for Tauri applications.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Download files from a remote HTTP server to disk.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/websocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Expose a WebSocket server to your Tauri frontend.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/window-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Save window positions and sizes and restore them when the app is reopened.

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down
2 changes: 1 addition & 1 deletion shared/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Install

_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_

There are three general methods of installation that we can recommend.

Expand Down

0 comments on commit 14f381a

Please sign in to comment.