Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump Rust edition to 2024 #40

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, ubuntu-24.04-arm]
rv: [stable, beta, nightly]
steps:
- name: Cancel Previous Runs
Expand Down
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.85.0"
components = ["clippy", "llvm-tools-preview", "rustfmt"]
2 changes: 1 addition & 1 deletion wakey-wake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "wakey-wake"
version = "0.3.0"

authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2021"
edition = "2024"

license = "MIT"
repository = "https://github.com/LesnyRumcajs/wakey"
Expand Down
2 changes: 1 addition & 1 deletion wakey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "wakey"
version = "0.3.0"

authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2021"
edition = "2024"

license = "MIT"
repository = "https://github.com/LesnyRumcajs/wakey"
Expand Down
Loading