From 01e8fa40b5e25beac8c7bfec16db28c10c640d48 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:32:47 -0400 Subject: [PATCH] Release 33.1.2 with bugfix for sealed traits with multiple bounds. (#384) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d87e4e4a..cdc3485e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "33.1.1" +version = "33.1.2" dependencies = [ "anyhow", "itertools 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index af418cd7..3389b2ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "33.1.1" +version = "33.1.2" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"