Skip to content

Commit

Permalink
Update wayland-server to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Sep 2, 2023
1 parent 8d3cb5a commit e777921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: sudo apt-get install -y libdrm-dev libwayland-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.65.0
profile: minimal
components: clippy
default: true
Expand All @@ -79,12 +79,12 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-rust_1_63-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-cargo-rust_1_65-${{ hashFiles('**/Cargo.toml') }}
- name: Build cache
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-build-rust_1_63-check-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-build-rust_1_65-check-${{ hashFiles('**/Cargo.toml') }}
- name: Clippy check
uses: actions-rs/clippy-check@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ version = "0.9.0"
optional = true

[dependencies.wayland-server]
version = "0.30"
version = "0.31"
optional = true

[dependencies.wayland-backend]
version = "0.1"
version = "0.3"
features = ["server_system"]
optional = true

Expand Down

0 comments on commit e777921

Please sign in to comment.