From af905e3b025910b3f1817931dedd5fc3952bec25 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:11:32 -0400 Subject: [PATCH] Release v26.1.1 with new `supertrait` edge. (#191) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f72185..5729c62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "26.1.0" +version = "26.1.1" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index d7be14b..ed1cfd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "26.1.0" +version = "26.1.1" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"