diff --git a/Cargo.lock b/Cargo.lock index 8e75b707..a4af9717 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "30.0.0" +version = "30.0.1" dependencies = [ "anyhow", "itertools 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index 84a158fd..c8b0a8d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "30.0.0" +version = "30.0.1" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"