Fix: Some of the clippy pedantic lints

This commit is contained in:
junderw
2023-06-23 21:51:03 -07:00
committed by Mononaut
parent 178bb960e9
commit 83bf9229e7
5 changed files with 43 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ name = "gbt"
version = "0.1.0"
description = "An inefficient re-implementation of the getBlockTemplate algorithm in Rust"
authors = ["mononaut"]
edition = "2018"
edition = "2021"
exclude = ["index.node"]
[lib]