Skip to content

Commit 5029acb

Browse files
committed
update rust edition
1 parent ee78d52 commit 5029acb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ ubuntu-latest, windows-latest, macos-latest ]
17+
os: [ ubuntu-latest ] #, windows-latest, macos-latest ]
1818
rust: [ stable, beta, nightly ]
1919
runs-on: ${{ matrix.os }}
2020
steps:
@@ -55,7 +55,7 @@ jobs:
5555
SDK_VERSION=$(curl -s https://vulkan.lunarg.com/sdk/latest/mac.txt)
5656
curl -O https://sdk.lunarg.com/sdk/download/${SDK_VERSION}/mac/vulkan_sdk.zip
5757
unzip vulkan_sdk.zip -d vulkan_sdk
58-
sudo installer -pkg vulkan_sdk/InstallVulkan-${SDK_VERSION}.app/Contents/Resources/installer.dat -target /
58+
sudo installer -pkg ./vulkan_sdk/InstallVulkan-${SDK_VERSION}.app/Contents/Resources/installer.dat -target /
5959
6060
- name: Dependencies
6161
if: runner.os == 'Windows'

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["hill <[email protected]>"]
33
description = "vkfetch-rs is a fetch-program that displays basic information about your vulkan-compatible graphic card(s)!"
4-
edition = "2021"
4+
edition = "2024"
55
keywords = ["vulkan", "neofetch", "gpu", "fetch"]
66
license = "AGPL-3.0"
77
repository = "https://github.com/float3/vkfetch-rs"

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)