Skip to content

Commit

Permalink
release: v5.7.2 - fix release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kilpatty committed Feb 5, 2024
1 parent d08ec05 commit 617623f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stratum-server"
version = "5.7.1"
version = "5.7.2"
authors = ["Sean Kilgarriff [email protected]"]
rust-version = "1.67.1"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion server/src/miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::{
};
use parking_lot::Mutex;
use std::sync::Arc;
use tracing::{debug, warn};
use tracing::warn;
use uuid::Uuid;

//A miner is essentially an individual worker unit. There can be multiple Miners on a single
Expand Down

0 comments on commit 617623f

Please sign in to comment.