From f2af15784673dfa71f9582aee02d36b387906678 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Sun, 9 Feb 2025 13:46:19 -0500 Subject: [PATCH] Release 35.5.2 with position information for fields and variants. (#771) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a5db424..60ecbc3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "35.5.1" +version = "35.5.2" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index da74e640..1b24d0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "35.5.1" +version = "35.5.2" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"