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 d53895d commit 7775abeCopy full SHA for 7775abe
Cargo.toml
@@ -325,7 +325,7 @@ version = "~0.13.0"
325
path = "module/core/impls_index_meta"
326
327
[workspace.dependencies.mod_interface]
328
-version = "~0.40.0"
+version = "~0.41.0"
329
path = "module/core/mod_interface"
330
default-features = false
331
module/core/mod_interface/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mod_interface"
3
-version = "0.40.0"
+version = "0.41.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments