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"