From 34a0f95dd9b197d81a551f57c34aceedf51b400d Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Sun, 18 Aug 2024 22:46:45 +0000 Subject: [PATCH] Release 32.1.1 with adapter being Sync again. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 316454fc..9f791c27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "32.1.0" +version = "32.1.1" dependencies = [ "anyhow", "itertools 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index 00314c35..53ee8aaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "32.1.0" +version = "32.1.1" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"