Skip to content

Commit

Permalink
release: v0.6.0-alpha.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Dec 15, 2023
1 parent 99fb564 commit 4641eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 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.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
repository = "https://github.com/txpipe/scrolls"
homepage = "https://github.com/txpipe/scrolls"
Expand All @@ -27,7 +27,7 @@ clap = { version = "3.2.6", features = ["derive"] }
log = "0.4.14"
env_logger = "0.9.0"
merge = "0.1.0"
config = { version = "0.13.0", default-features = false, features = ["toml","json"] }
config = { version = "0.13.0", default-features = false, features = ["toml", "json"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
prometheus_exporter = { version = "0.8.4", default-features = false }
Expand Down

0 comments on commit 4641eca

Please sign in to comment.