Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Oct 6, 2022
1 parent 2d6114c commit 34da73c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 12 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scrolls"
description = "Cardano Scrolls"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
repository = "https://github.com/txpipe/scrolls"
homepage = "https://github.com/txpipe/scrolls"
Expand Down Expand Up @@ -48,9 +48,12 @@ elasticsearch = { version = "8.4.0-alpha.1", optional = true }
# tui feature
indicatif = { version = "0.17.0-rc.11", optional = true }

# required for CI to complete successfully
openssl = { version = "0.10", optional = true, features = ["vendored"] }

[features]
async = ["futures", "tokio"]
elastic = ["elasticsearch", "async"]
elastic = ["elasticsearch", "async", "openssl"]
unstable = ["elastic"]
tui = ["indicatif"]
default = ["tui"]

0 comments on commit 34da73c

Please sign in to comment.