Skip to content

Commit 34da73c

Browse files
committed
Release v0.4.0
1 parent 2d6114c commit 34da73c

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "scrolls"
33
description = "Cardano Scrolls"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
edition = "2021"
66
repository = "https://github.com/txpipe/scrolls"
77
homepage = "https://github.com/txpipe/scrolls"
@@ -48,9 +48,12 @@ elasticsearch = { version = "8.4.0-alpha.1", optional = true }
4848
# tui feature
4949
indicatif = { version = "0.17.0-rc.11", optional = true }
5050

51+
# required for CI to complete successfully
52+
openssl = { version = "0.10", optional = true, features = ["vendored"] }
53+
5154
[features]
5255
async = ["futures", "tokio"]
53-
elastic = ["elasticsearch", "async"]
56+
elastic = ["elasticsearch", "async", "openssl"]
5457
unstable = ["elastic"]
5558
tui = ["indicatif"]
5659
default = ["tui"]

0 commit comments

Comments
 (0)