mirror of
https://github.com/Drop-OSS/wry-cef.git
synced 2026-01-30 20:55:24 +01:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -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
4314
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user