From 42fe9681ee8d528192a239bf510156210317c645 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:44:59 -0500 Subject: [PATCH] Release 32.5.0 with generic parameter position information. (#702) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 993081e..2567893 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -741,7 +741,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "32.4.1" +version = "32.5.0" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 8fca8ac..f81047a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "32.4.1" +version = "32.5.0" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"