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 36550df commit b3446faCopy full SHA for b3446fa
Cargo.toml
@@ -248,7 +248,7 @@ version = "~0.8.0"
248
path = "module/core/impls_index_meta"
249
250
[workspace.dependencies.mod_interface]
251
-version = "~0.27.0"
+version = "~0.28.0"
252
path = "module/core/mod_interface"
253
default-features = false
254
module/core/mod_interface/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mod_interface"
3
-version = "0.27.0"
+version = "0.28.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments