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 7b425ee commit 4d323eeCopy full SHA for 4d323ee
Cargo.toml
@@ -305,7 +305,7 @@ default-features = false
305
## typing
306
307
[workspace.dependencies.typing_tools]
308
-version = "~0.9.0"
+version = "~0.10.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.9.0"
+version = "0.10.0"
5
edition = "2021"
6
authors = [
7
"Kostiantyn Wandalen <[email protected]>",
0 commit comments