diff --git a/Cargo.toml b/Cargo.toml index bca8b51bb0..5d8b9b99a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -220,7 +220,7 @@ path = "module/core/impls_index" default-features = false [workspace.dependencies.impls_index_meta] -version = "~0.6.0" +version = "~0.7.0" path = "module/core/impls_index_meta" [workspace.dependencies.mod_interface] diff --git a/module/core/impls_index_meta/Cargo.toml b/module/core/impls_index_meta/Cargo.toml index 3f32b836c6..d3b1c21a9f 100644 --- a/module/core/impls_index_meta/Cargo.toml +++ b/module/core/impls_index_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "impls_index_meta" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",