Skip to content

Commit

Permalink
Release trustfall-rustdoc-adapter v29.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Apr 21, 2024
1 parent d187d1b commit 9fb656a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ["1.77", "beta", "nightly"]
toolchain: ["nightly"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
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 = "28.0.2"
version = "29.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.24.0"
rustdoc-types = "0.25.0"

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

0 comments on commit 9fb656a

Please # to comment.