Skip to content

Commit 9458956

Browse files
author
Ludo Galabru
committed
chore!: bump ordhook-core version
1 parent d7d90e7 commit 9458956

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ordhook-core/Cargo.toml

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordhook"
3-
version = "0.6.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
[dependencies]
@@ -13,7 +13,11 @@ rand = "0.8.5"
1313
chainhook-sdk = { version = "=0.12.0", features = ["zeromq"] }
1414
# chainhook-sdk = { version = "=0.12.0", path = "../../../chainhook/components/chainhook-sdk", features = ["zeromq"] }
1515
hiro-system-kit = "0.3.1"
16-
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls"] }
16+
reqwest = { version = "0.11", default-features = false, features = [
17+
"stream",
18+
"json",
19+
"rustls-tls",
20+
] }
1721
tokio = { version = "1.35.1", features = ["full"] }
1822
futures-util = "0.3.24"
1923
flate2 = "1.0.24"
@@ -33,10 +37,12 @@ anyhow = { version = "1.0.56", features = ["backtrace"] }
3337
schemars = { version = "0.8.10", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" }
3438
progressing = '3'
3539
futures = "0.3.28"
36-
rocksdb = { version = "0.21.0", default-features = false, features = ["snappy"] }
40+
rocksdb = { version = "0.21.0", default-features = false, features = [
41+
"snappy",
42+
] }
3743
pprof = { version = "0.13.0", features = ["flamegraph"], optional = true }
3844
hyper = { version = "=0.14.27" }
39-
lazy_static = { version = "1.4.0"}
45+
lazy_static = { version = "1.4.0" }
4046

4147
# [profile.release]
4248
# debug = true

0 commit comments

Comments
 (0)