From c15b0a7deb31599dea5222caa1eaa6d33df6cced Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:00:46 -0400 Subject: [PATCH] Release 29.1.3 with ability to check if functions define a body. (#397) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeeafb0e..d0e272b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "29.1.2" +version = "29.1.3" dependencies = [ "anyhow", "itertools 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index aa68f458..922cb351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "29.1.2" +version = "29.1.3" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"