Skip to content

Commit bd5bbe7

Browse files
committed
Bump payjoin-mailroom version to 0.1.1
1 parent 719bdd6 commit bd5bbe7

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

Cargo-minimal.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
11301130
checksum = "69bd382fc775f760a8b55d658527621b890eaa3d8e8bc9779864659b172e81c6"
11311131
dependencies = [
11321132
"anyhow",
1133-
"bitcoin_hashes 0.13.0",
1133+
"bitcoin_hashes 0.14.0",
11341134
"corepc-client",
11351135
"flate2",
11361136
"log",
@@ -2831,7 +2831,7 @@ dependencies = [
28312831

28322832
[[package]]
28332833
name = "payjoin-mailroom"
2834-
version = "0.1.0"
2834+
version = "0.1.1"
28352835
dependencies = [
28362836
"anyhow",
28372837
"axum",
@@ -3700,7 +3700,7 @@ version = "0.29.1"
37003700
source = "registry+https://github.com/rust-lang/crates.io-index"
37013701
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
37023702
dependencies = [
3703-
"bitcoin_hashes 0.12.0",
3703+
"bitcoin_hashes 0.14.0",
37043704
"rand 0.8.5",
37053705
"secp256k1-sys 0.10.0",
37063706
"serde",

Cargo-recent.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
11301130
checksum = "69bd382fc775f760a8b55d658527621b890eaa3d8e8bc9779864659b172e81c6"
11311131
dependencies = [
11321132
"anyhow",
1133-
"bitcoin_hashes 0.13.0",
1133+
"bitcoin_hashes 0.14.0",
11341134
"corepc-client",
11351135
"flate2",
11361136
"log",
@@ -2831,7 +2831,7 @@ dependencies = [
28312831

28322832
[[package]]
28332833
name = "payjoin-mailroom"
2834-
version = "0.1.0"
2834+
version = "0.1.1"
28352835
dependencies = [
28362836
"anyhow",
28372837
"axum",
@@ -3700,7 +3700,7 @@ version = "0.29.1"
37003700
source = "registry+https://github.com/rust-lang/crates.io-index"
37013701
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
37023702
dependencies = [
3703-
"bitcoin_hashes 0.12.0",
3703+
"bitcoin_hashes 0.14.0",
37043704
"rand 0.8.5",
37053705
"secp256k1-sys 0.10.0",
37063706
"serde",

payjoin-mailroom/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Payjoin Mailroom Changelog
22

3+
## 0.1.1
4+
5+
- Implement Directory and its db as a tower-service (#1361)
6+
- Add ACME section for mailroom example config (#1382)
7+
- Add an example `systemd` service (#1393)
8+
- Add mailroom landing page (#1401)
9+
- Update mailroom README description (#1402)
10+
- Make git commit hash optional in landing page (#1408)
11+
- Fold ohttp relay into mailroom (#1409)
12+
313
## 0.1.0
414

515
Initial release of payjoin-mailroom (combining payjoin-directory and ohttp-relay).

payjoin-mailroom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "payjoin-mailroom"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Combined Payjoin Directory and OHTTP Relay"
55
repository = "https://github.com/payjoin/rust-payjoin/tree/master/payjoin-mailroom"
66
keywords = ["bip77", "bitcoin", "ohttp", "payjoin", "privacy"]

0 commit comments

Comments
 (0)