Skip to content

Commit 067120c

Browse files
committed
Fix
1 parent 7a8afc7 commit 067120c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
name = "Hash_Pool"
55
author = "22388o"
6+
license = "MIT"
67
description = "A simple library for Mining pools and developers"
78
documentation = "https://docs.rs/hashpool"
89
version = "1.0.10-beta"
@@ -11,7 +12,7 @@ version = "1.0.10-beta"
1112

1213
bdk = "=1.0.0-alpha.11"
1314
bitcoin = "0.32.0"
14-
lighning = "0.0.123"
15+
lightning = "0.0.123"
1516

1617
[lib]
1718

src/on-chain/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "on-chain"
33
version = "1.0.0"
4+
license = "MIT"
45
authors = ["22388o"]
56
description = "A simple library for on-chain operations"
67
documentation = "https://docs.rs/hashpool"

0 commit comments

Comments
 (0)