diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b07e8b7..88f2aa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,6 @@ jobs: matrix: rust: [stable] job: - - os: ubuntu-22.04 - target: aarch64-unknown-linux-gnu - use-cross: true - os: ubuntu-22.04 target: arm-unknown-linux-gnueabi use-cross: true diff --git a/Cargo.toml b/Cargo.toml index 509610e..0ee9dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ repository = 'https://github.com/ssalonen/cec-alsa-sync' publish = false [dependencies] -cec-rs = '11.0.1' +cec-rs = '11.0.2' arrayvec = '0.7.1' env_logger = '0.11.5' log = '0.4.11'