Skip to content

Commit

Permalink
v0.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Nov 20, 2024
1 parent 4b59e39 commit 1307473
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.0.59"
version = "0.0.60"
edition = "2021"
authors = ["RandyMcMillan <[email protected]>"]
description = "mempool.space api interface."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ pub fn reachable() -> bool {
let mut reachable = false;

if !res.unwrap().to_string().is_empty() {

println!(
"\n\n{:?}:\nGET {}/{:} {:?}\n\n",
start,
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ pub fn reachable() -> bool {
let mut reachable = false;
//
if !res.unwrap().to_string().is_empty() {
//
//
println!(
"\n\n{:?}:\nGET {}/{:} {:?}\n\n",
start,
Expand Down

0 comments on commit 1307473

Please sign in to comment.