diff --git a/Cargo.toml b/Cargo.toml index 568dc14496..475654379b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -296,7 +296,7 @@ path = "module/alias/instance_of" default-features = false [workspace.dependencies.inspect_type] -version = "~0.9.0" +version = "~0.10.0" path = "module/core/inspect_type" default-features = false diff --git a/module/core/inspect_type/Cargo.toml b/module/core/inspect_type/Cargo.toml index a3d6f88276..8c55f439ac 100644 --- a/module/core/inspect_type/Cargo.toml +++ b/module/core/inspect_type/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inspect_type" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",