chore: Set and test rust-version (#1470)

* chore: Set and test `rust-version`

* Update build.yml

* Update Cargo.toml

* commit lockfile
This commit is contained in:
Fabian-Lars
2025-01-27 11:51:55 +01:00
committed by GitHub
parent c27b4ffc05
commit 9ff1b66b52
4 changed files with 4316 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install stable
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.77
with:
targets: ${{ matrix.platform.target }}

1
.gitignore vendored
View File

@@ -3,7 +3,6 @@
# SPDX-License-Identifier: MIT
target
Cargo.lock
gh-pages
.DS_Store
examples/test_video.mp4

4314
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,7 @@ readme = "README.md"
repository = "https://github.com/tauri-apps/wry"
documentation = "https://docs.rs/wry"
categories = ["gui"]
rust-version = "1.77"
exclude = ["/.changes", "/.github", "/audits", "/wry-logo.svg"]
[package.metadata.docs.rs]