We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f24a3 commit 3bbf8e7Copy full SHA for 3bbf8e7
1 file changed
core/api/Cargo.toml
@@ -23,7 +23,7 @@ common-config-parser = { path = "../../common/config-parser" }
23
core-consensus = { path = "../../core/consensus" }
24
core-executor = { path = "../../core/executor" }
25
core-interoperation ={ path = "../../core/interoperation" }
26
-either = { version = "1.8.1", features = ["serde"] }
+either = { version = "1.8", features = ["serde"] }
27
protocol = { path = "../../protocol", package = "axon-protocol" }
28
29
[dev-dependencies]
0 commit comments