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 2e52aea commit 6bf5b1bCopy full SHA for 6bf5b1b
Cargo.toml
@@ -310,7 +310,7 @@ path = "module/core/typing_tools"
310
default-features = false
311
312
[workspace.dependencies.implements]
313
-version = "~0.8.0"
+version = "~0.9.0"
314
path = "module/core/implements"
315
316
module/core/implements/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "implements"
3
-version = "0.8.0"
+version = "0.9.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments