diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3bf58..a538bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - toolchain: ["1.77", "beta", "nightly"] + toolchain: ["nightly"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index c6a3ff3..cdcf703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "28.0.2" +version = "29.0.0" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT" @@ -12,7 +12,7 @@ readme = "./README.md" [dependencies] trustfall = "0.7.1" -rustdoc-types = "0.24.0" +rustdoc-types = "0.25.0" [dev-dependencies] anyhow = "1.0.58"