From aef2e5ad8b0e1b920a3be480d6bb4f614a3aa792 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:33:09 -0400 Subject: [PATCH] Release 28.1.2 with bugfix for sealed traits with multiple bounds. (#388) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e0e74ed..f7554c1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "28.1.1" +version = "28.1.2" dependencies = [ "anyhow", "itertools 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index 6fa06eef..8846db98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "28.1.1" +version = "28.1.2" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"