Skip to content

Commit

Permalink
v0.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Sep 2, 2024
1 parent b902fa9 commit fe4d715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.0.48"
version = "0.0.49"
edition = "2021"
authors = ["RandyMcMillan <[email protected]>"]
description = "mempool.space api interface."
Expand Down Expand Up @@ -30,12 +30,12 @@ path = "src/bin/mempool-space.rs"
doc = true

[[bin]]
name = "lightning-search-dashboard"
name = "lightning-search_dashboard"
path = "src/bin/lightning-search_dashboard/src/main.rs"
doc = true

[[bin]]
name = "mempool-space-dashboard"
name = "mempool-space_dashboard"
path = "src/bin/mempool-space_dashboard/src/main.rs"
doc = true

Expand Down Expand Up @@ -116,7 +116,7 @@ cargo-dist-version = "0.21.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew", "msi"]
installers = ["shell", "powershell", "homebrew"]
# A GitHub repo to push Homebrew formulas to
tap = "randymcmillan/homebrew-randymcmillan"
# Target platforms to build apps for (Rust target-triple syntax)
Expand Down

0 comments on commit fe4d715

Please sign in to comment.