Skip to content

Commit

Permalink
Release trustfall-rustdoc-adapter v33.0.0 supporting rustdoc JSON v33.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Aug 14, 2024
1 parent 06a39d6 commit f3a2463
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ["beta", "nightly"]
toolchain: ["nightly"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trustfall-rustdoc-adapter"
version = "32.0.0"
version = "33.0.0"
edition = "2021"
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
license = "Apache-2.0 OR MIT"
Expand All @@ -12,7 +12,7 @@ readme = "./README.md"

[dependencies]
trustfall = "0.7.1"
rustdoc-types = "0.28.0"
rustdoc-types = "0.29.1"

[dev-dependencies]
anyhow = "1.0.58"
Expand Down

0 comments on commit f3a2463

Please # to comment.