chore: bump Rust edition to 2024 (#40)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.85.0"
|
||||
components = ["clippy", "llvm-tools-preview", "rustfmt"]
|
||||
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user