Skip to content

Commit 14f381a

Browse files
committed
bump msrv
1 parent e414579 commit 14f381a

35 files changed

Lines changed: 66 additions & 34 deletions

File tree

.changes/msrv-1.75.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
"authenticator": patch
3+
"autostart": patch
4+
"barcode-scanner": patch
5+
"biometric": patch
6+
"cli": patch
7+
"clipboard-manager": patch
8+
"deep-link": patch
9+
"dialog": patch
10+
"fs": patch
11+
"global-shortcut": patch
12+
"http": patch
13+
"localhost": patch
14+
"log-plugin": patch
15+
"nfc": patch
16+
"notification": patch
17+
"os": patch
18+
"persisted-scope": patch
19+
"positioner": patch
20+
"process": patch
21+
"shell": patch
22+
"single-instance": patch
23+
"sql": patch
24+
"store": patch
25+
"stronghold": patch
26+
"updater": patch
27+
"upload": patch
28+
"websocket": patch
29+
"window-state": patch
30+
---
31+
32+
Update MSRV to 1.75.

.github/workflows/test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
176176
vcpkg install openssl:x64-windows-static-md
177177
178-
- uses: dtolnay/rust-toolchain@1.70.0
178+
- uses: dtolnay/rust-toolchain@1.75.0
179179
with:
180180
targets: ${{ matrix.platform.target }}
181181

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ schemars = "0.8"
2222
edition = "2021"
2323
authors = ["Tauri Programme within The Commons Conservancy"]
2424
license = "Apache-2.0 OR MIT"
25-
rust-version = "1.70"
25+
rust-version = "1.75"
2626

2727
# default to small, optimized release binaries
2828
[profile.release]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
| [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. |||| ? | ? |
3232
| [window-state](plugins/window-state) | Persist window sizes and positions. |||| ? | ? |
3333

34-
_This repo and all plugins require a Rust version of at least **1.70**_
34+
_This repo and all plugins require a Rust version of at least **1.75**_
3535

3636
## Partners
3737

plugins/authenticator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use hardware security-keys in your Tauri App.
66

77
## Install
88

9-
_This plugin requires a Rust version of at least **1.70**_
9+
_This plugin requires a Rust version of at least **1.75**_
1010

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

plugins/autostart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Automatically launch your application at startup. Supports Windows, Mac (via App
44

55
## Install
66

7-
_This plugin requires a Rust version of at least **1.70**_
7+
_This plugin requires a Rust version of at least **1.75**_
88

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

plugins/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Parse arguments from your Command Line Interface.
66

77
## Install
88

9-
_This plugin requires a Rust version of at least **1.70**_
9+
_This plugin requires a Rust version of at least **1.75**_
1010

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

plugins/clipboard-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Read and write to the system clipboard.
44

55
## Install
66

7-
_This plugin requires a Rust version of at least **1.70**_
7+
_This plugin requires a Rust version of at least **1.75**_
88

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

plugins/deep-link/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Set your Tauri application as the default handler for an URL.
44

55
## Install
66

7-
_This plugin requires a Rust version of at least **1.70**_
7+
_This plugin requires a Rust version of at least **1.75**_
88

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

plugins/deep-link/examples/app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["you"]
66
license = ""
77
repository = ""
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.75"
1010

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

0 commit comments

Comments
 (0)