We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf5b1b commit cce55e7Copy full SHA for cce55e7
Cargo.toml
@@ -305,7 +305,7 @@ default-features = false
305
## typing
306
307
[workspace.dependencies.typing_tools]
308
-version = "~0.8.0"
+version = "~0.9.0"
309
path = "module/core/typing_tools"
310
default-features = false
311
module/core/typing_tools/Cargo.toml
@@ -1,7 +1,7 @@
1
2
[package]
3
name = "typing_tools"
4
-version = "0.8.0"
+version = "0.9.0"
5
edition = "2021"
6
authors = [
7
"Kostiantyn Wandalen <[email protected]>",
0 commit comments