diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f02bbf4..6fa3c5d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,10 @@ jobs: os: ubuntu-latest target: x86_64-unknown-linux-gnu + - build: macos-arm + os: macos-latest + target: aarch64-apple-darwin + - build: macos os: macos-latest target: x86_64-apple-darwin diff --git a/Cargo.toml b/Cargo.toml index 0c4f213..05a010a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["terminal", "keyboard", "tester", "tui"] readme = "README.md" [dependencies] -device_query_revamped = "2.2.0" +device_query_revamped = "2.2.1" ratatui = { version = "0.24.0", features = ["all-widgets"]} crossterm = "0.27" clap = { version = "4.4.7", features = ["derive"] }