Skip to content

Commit

Permalink
chore: Set and test rust-version (#1470)
Browse files Browse the repository at this point in the history
* chore: Set and test `rust-version`

* Update build.yml

* Update Cargo.toml

* commit lockfile
  • Loading branch information
FabianLars authored Jan 27, 2025
1 parent c27b4ff commit 9ff1b66
Show file tree
Hide file tree
Showing 4 changed files with 4,316 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# SPDX-License-Identifier: MIT

target
Cargo.lock
gh-pages
.DS_Store
examples/test_video.mp4
Expand Down
Loading

0 comments on commit 9ff1b66

Please sign in to comment.