docs: Update calloop in CLI

This should hopefully fix the builds failing.
This commit is contained in:
i509VCB 2021-09-22 19:07:55 -05:00 committed by Victor Berger
parent 7f0687cfc9
commit 70c11e6c62
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: doc command: doc
args: --no-deps --features "test_all_features" -p smithay -p calloop:0.9.0 -p dbus -p drm -p gbm -p input -p nix:0.20.0 -p udev -p slog -p wayland-server -p wayland-commons:0.29.0 -p wayland-protocols:0.29.0 -p winit args: --no-deps --features "test_all_features" -p smithay -p calloop:0.9.1 -p dbus -p drm -p gbm -p input -p nix:0.20.0 -p udev -p slog -p wayland-server -p wayland-commons:0.29.0 -p wayland-protocols:0.29.0 -p winit
- name: Setup index - name: Setup index
run: cp ./doc_index.html ./target/doc/index.html run: cp ./doc_index.html ./target/doc/index.html