diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a15f7c..9a31d092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Run clippy run: cargo clippy --all --all-targets - name: Check docs - run: cargo doc --no-deps -p boring -p boring-sys --features rpk,pq-experimental,underscore-wildcards + run: cargo doc --no-deps -p boring2 -p boring-sys2 --features pq-experimental,underscore-wildcards env: DOCS_RS: 1 test: diff --git a/Cargo.toml b/Cargo.toml index cc274f82..d93553e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ linked_hash_set = "0.1" openssl-macros = "0.1.1" autocfg = "1.3.0" brotli = "8" -compio = { version = "0.15.0" } -compio-io = { version = "0.8.0" } \ No newline at end of file +compio = { version = "0.16.0" } +compio-io = { version = "0.8.0" }