Skip to content

Commit e9ff969

Browse files
authored
chore: add version field to mocktail git dependency in Cargo.toml (#1733)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 9d9b5ec commit e9ff969

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,14 @@ hostname = "^0.4"
115115
tonic-health = "=0.14.2"
116116
hashring = "0.3.6"
117117
reqwest-tracing = "0.5"
118-
mocktail = { git = "https://github.com/IBM/mocktail", rev = "860e75e171a8eb818083813dbeed4401d1a40b3b" }
119118
fastrand = "2.3.0"
120119
cgroups-rs = "0.5"
121120
num_cpus = "1.17"
122121
async-trait = "0.1"
123122

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+
124126
[profile.release]
125127
opt-level = 3
126128
lto = "thin"

0 commit comments

Comments
 (0)