Skip to content

Commit f3d1a80

Browse files
committed
set the exact version of the mithril-client dependency
1 parent ca83fab commit f3d1a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pallas = { version = "0.33.0" }
1515
pallas-hardano = { version = "0.33.0" }
1616
pallas-crypto = { version = "0.33.0" }
1717

18-
mithril-client = { version = "0.12.2", default-features = false, features = [
18+
mithril-client = { version = "=0.12.2", default-features = false, features = [
1919
"full",
2020
"num-integer-backend",
2121
] }

0 commit comments

Comments
 (0)