We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9b5ec commit e9ff969Copy full SHA for e9ff969
Cargo.toml
@@ -115,12 +115,14 @@ hostname = "^0.4"
115
tonic-health = "=0.14.2"
116
hashring = "0.3.6"
117
reqwest-tracing = "0.5"
118
-mocktail = { git = "https://github.com/IBM/mocktail", rev = "860e75e171a8eb818083813dbeed4401d1a40b3b" }
119
fastrand = "2.3.0"
120
cgroups-rs = "0.5"
121
num_cpus = "1.17"
122
async-trait = "0.1"
123
+# TODO(Gaius): Remove the git dependency after the next release of mocktail, refer to https://github.com/IBM/mocktail/issues/65.
124
+mocktail = { version = "0.3.0", git = "https://github.com/IBM/mocktail", rev = "860e75e171a8eb818083813dbeed4401d1a40b3b" }
125
+
126
[profile.release]
127
opt-level = 3
128
lto = "thin"
0 commit comments