Skip to content

Commit 9e88787

Browse files
committed
1.71
1 parent 8aebeb3 commit 9e88787

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.changes/msrv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"create-tauri-app": "patch"
33
---
44

5-
Update MSRV of this crate to 1.70
5+
Update MSRV of this crate to 1.71

.github/workflows/cli-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
toolchain: [1.70, stable]
35+
toolchain: [1.71, stable]
3636

3737
steps:
3838
- uses: actions/checkout@v3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/tauri-apps/create-tauri-app"
1010
keywords = ["tauri"]
1111
categories = ["gui"]
1212
exclude = ["node", "worker", ".github", ".changes", ".scripts"]
13-
rust-version = "1.70"
13+
rust-version = "1.71"
1414

1515
[[bin]]
1616
name = "cargo-create-tauri-app"

0 commit comments

Comments
 (0)