-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate winit to 0.29 (#38)
* chore(deps): update rust crate winit to 0.29 * fix example * again * again * update actions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Amr Bashir <[email protected]>
- Loading branch information
1 parent
b51b937
commit afe527a
Showing
7 changed files
with
47 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# SPDX-License-Identifier: Apache-2.0 | ||
# SPDX-License-Identifier: MIT | ||
|
||
name: version or publish | ||
name: covector version or publish | ||
|
||
on: | ||
push: | ||
|
@@ -19,22 +19,11 @@ jobs: | |
successfulPublish: ${{ steps.covector.outputs.successfulPublish }} | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 7 | ||
- name: Setup node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
check-latest: true | ||
registry-url: 'https://registry.npmjs.org' | ||
- uses: actions/checkout@v4 | ||
|
||
- name: cargo login | ||
run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }} | ||
|
||
- name: git config | ||
run: | | ||
git config --global user.name "${{ github.event.pusher.name }}" | ||
|
@@ -55,8 +44,8 @@ jobs: | |
uses: tauri-apps/create-pull-request@v3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: release/version-updates | ||
title: Apply Version Updates From Current Changes | ||
commit-message: 'apply version updates' | ||
labels: 'version updates' | ||
branch: 'release' | ||
body: ${{ steps.covector.outputs.change }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,6 @@ features = [ | |
x11-dl = "2.21" | ||
|
||
[dev-dependencies] | ||
winit = "0.28" | ||
winit = "0.29" | ||
tao = "0.23" | ||
eframe = "0.23" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters