Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump MSRV to 1.59 #5296

Merged
merged 2 commits into from Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changes/msrv-1.59.md
@@ -0,0 +1,12 @@
---
"cli.rs": minor
"tauri-bundler": minor
"tauri": minor
"tauri-build": minor
"tauri-codegen": minor
"tauri-macros": minor
"tauri-utils": minor
"tauri-runtime": minor
"tauri-runtime-wry": minor
---

2 changes: 1 addition & 1 deletion .github/workflows/artifacts-updater.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-fmt-core.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/test-core.yml
Expand Up @@ -39,12 +39,12 @@ jobs:
- {
target: x86_64-unknown-linux-gnu,
os: ubuntu-latest,
toolchain: '1.57.0'
toolchain: '1.59.0'
}
- {
target: x86_64-apple-darwin,
os: macos-latest,
toolchain: '1.57.0'
toolchain: '1.59.0'
}

steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date
Expand All @@ -100,10 +100,6 @@ jobs:
${{ matrix.platform.os }}-${{ matrix.platform.toolchain }}-
${{ matrix.platform.os }}-

- name: pin time
run: |
cargo update -p time --precise 0.3.13

- name: test
run: |
cargo test --target ${{ matrix.platform.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/udeps.yml
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-build/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ homepage = "https://tauri.app"
repository = "https://github.com/tauri-apps/tauri/tree/dev/core/tauri-build"
description = "build time code to pair with https://crates.io/crates/tauri"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion core/tauri-codegen/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ homepage = "https://tauri.app"
repository = "https://github.com/tauri-apps/tauri/tree/dev/core/tauri-codegen"
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion core/tauri-macros/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ homepage = "https://tauri.app"
repository = "https://github.com/tauri-apps/tauri"
description = "Macros for the tauri crate."
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ homepage = "https://tauri.app"
repository = "https://github.com/tauri-apps/tauri"
description = "Wry bindings to the Tauri runtime"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion core/tauri-runtime/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ homepage = "https://tauri.app"
repository = "https://github.com/tauri-apps/tauri"
description = "Runtime for Tauri applications"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ homepage = "https://tauri.app"
repository = "https://github.com/tauri-apps/tauri"
description = "Utilities for Tauri"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
description = "Make tiny, secure apps for all desktop platforms with Tauri"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
homepage = "https://tauri.app"
license = "Apache-2.0 OR MIT"
Expand Down
7 changes: 3 additions & 4 deletions examples/api/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/api/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "api"
version = "0.1.0"
description = "An example Tauri Application showcasing the api"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
license = "Apache-2.0 OR MIT"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "resources"
version = "0.1.0"
description = "A Tauri application that uses Node.js with app resources"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[build-dependencies]
tauri-build = { path = "../../../core/tauri-build", features = [ "codegen" ] }
Expand Down
2 changes: 1 addition & 1 deletion examples/sidecar/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "sidecar"
version = "0.1.0"
description = "A Tauri application with a sidecar binary"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[build-dependencies]
tauri-build = { path = "../../../core/tauri-build", features = ["codegen"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/tauri-dynamic-lib/src-app1/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "app1"
version = "0.1.0"
description = "A simple app that makes a dll call"
edition = "2021"
rust-version = "1.56"
rust-version = "1.59"

[workspace]

Expand Down
2 changes: 1 addition & 1 deletion examples/tauri-dynamic-lib/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "tauri_app"
version = "0.1.0"
description = "A very simple Dll Library that runs tauri and launches a webview window"
edition = "2021"
rust-version = "1.56"
rust-version = "1.59"

[workspace]

Expand Down
2 changes: 1 addition & 1 deletion examples/updater/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "updater-example"
version = "0.1.0"
description = "A very simple Tauri Application"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
license = "Apache-2.0 OR MIT"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tooling/bench/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ name = "tauri_bench"
version = "0.1.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
license = "Apache-2.0 OR MIT"
description = "Cross-platform WebView rendering library"
repository = "https://github.com/tauri-apps/wry"
Expand Down
2 changes: 1 addition & 1 deletion tooling/bench/tests/cpu_intensive/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "bench_cpu_intensive"
version = "0.1.0"
description = "A very simple Tauri Application"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[build-dependencies]
tauri-build = { path = "../../../../../core/tauri-build", features = [ "codegen" ] }
Expand Down
2 changes: 1 addition & 1 deletion tooling/bench/tests/files_transfer/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "bench_files_transfer"
version = "0.1.0"
description = "A very simple Tauri Application"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[build-dependencies]
tauri-build = { path = "../../../../../core/tauri-build", features = [ "codegen" ] }
Expand Down
2 changes: 1 addition & 1 deletion tooling/bench/tests/helloworld/src-tauri/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "bench_helloworld"
version = "0.1.0"
description = "A very simple Tauri Application"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[build-dependencies]
tauri-build = { path = "../../../../../core/tauri-build", features = [ "codegen" ] }
Expand Down
2 changes: 1 addition & 1 deletion tooling/bundler/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ keywords = [ "bundle", "cargo", "tauri" ]
repository = "https://github.com/tauri-apps/tauri"
description = "Wrap rust executables in OS-specific app bundles for Tauri"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ name = "tauri-cli"
version = "1.1.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
homepage = "https://tauri.app"
Expand Down
Expand Up @@ -8,7 +8,7 @@ authors = [ "Tauri Programme within The Commons Conservancy" ]
license = ""
repository = ""
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[package.metadata.bundle]
identifier = "com.tauri.dev"
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/templates/app/src-tauri/Cargo.crate-manifest
Expand Up @@ -7,7 +7,7 @@ license = ""
repository = ""
default-run = "app"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

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

Expand Down
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
authors = [ "{{ author }}" ]
description = ""
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = ["/examples"]

[dependencies]
Expand Down
Expand Up @@ -5,7 +5,7 @@ description = "A Tauri App"
authors = [ "{{ author }}" ]
repository = ""
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[dependencies]
serde_json = "1.0"
Expand Down
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
authors = [ "{{ author }}" ]
description = ""
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"
exclude = ["/examples", "/webview-dist", "/webview-src", "node_modules"]

[dependencies]
Expand Down
Expand Up @@ -5,7 +5,7 @@ description = "A Tauri App"
authors = [ "{{ author }}" ]
repository = ""
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[dependencies]
serde_json = "1.0"
Expand Down