diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3ead69e..70aedbf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..bfb42a9 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.85.0" +components = ["clippy", "llvm-tools-preview", "rustfmt"] diff --git a/wakey-wake/Cargo.toml b/wakey-wake/Cargo.toml index 7196507..82590fe 100644 --- a/wakey-wake/Cargo.toml +++ b/wakey-wake/Cargo.toml @@ -3,7 +3,7 @@ name = "wakey-wake" version = "0.3.0" authors = ["Hubert Bugaj"] -edition = "2021" +edition = "2024" license = "MIT" repository = "https://github.com/LesnyRumcajs/wakey" diff --git a/wakey/Cargo.toml b/wakey/Cargo.toml index c005f26..513b581 100644 --- a/wakey/Cargo.toml +++ b/wakey/Cargo.toml @@ -3,7 +3,7 @@ name = "wakey" version = "0.3.0" authors = ["Hubert Bugaj"] -edition = "2021" +edition = "2024" license = "MIT" repository = "https://github.com/LesnyRumcajs/wakey"