Skip to content

Commit 9ad7c7e

Browse files
Revert the chain-follower changes
1 parent ee80dd3 commit 9ad7c7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardano-chain-follower"
3-
version = "0.0.16"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true
@@ -16,8 +16,8 @@ mithril-client = { version = "=0.12.2", default-features = false, features = [
1616
"num-integer-backend",
1717
] }
1818

19-
cardano-blockchain-types = { version = "0.0.7", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.6" }
20-
catalyst-types = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.8" }
19+
cardano-blockchain-types = { version = "0.0.6", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.6" }
20+
catalyst-types = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.8" }
2121

2222
thiserror = "1.0.69"
2323
tokio = { version = "1.45.0", features = [
@@ -55,13 +55,13 @@ moka = { version = "0.12.9", features = ["sync"] }
5555
cpu-time = "1.0.0"
5656

5757
[dev-dependencies]
58-
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
58+
tracing-subscriber = { version = "0.3.19", features = ["env-filter","json"] }
5959
test-log = { version = "0.2.16", default-features = false, features = [
6060
"trace",
6161
] }
6262
clap = "4.5.23"
6363
rbac-registration = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "rbac-registration/v0.0.8" }
64-
minicbor = { version = "2.0.0", features = ["alloc", "half"] }
64+
minicbor = { version = "2.0.0", features = ["alloc","half"]}
6565

6666
# Note, these features are for support of features exposed by dependencies.
6767
[features]

0 commit comments

Comments
 (0)