We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo docs-rs
1 parent ac8fcb4 commit e5d0999Copy full SHA for e5d0999
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
build-doc:
85
name: cargo docs-rs
86
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
87
env:
88
RUSTDOCFLAGS: -Dwarnings
89
steps:
@@ -96,7 +96,7 @@ jobs:
96
run: |
97
if [ "$RUNNER_OS" == "Linux" ]; then
98
sudo apt update
99
- sudo apt install pkg-config libjavascriptcoregtk-4.0-dev
+ sudo apt install pkg-config libjavascriptcoregtk-4.1-dev
100
fi
101
shell: bash
102
- run: cargo docs-rs
0 commit comments