Skip to content

Commit 58639e1

Browse files
committed
f Bump testing MSRV to 1.59.0
1 parent 546d251 commit 58639e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
1.45.2,
1717
# 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
1818
1.47.0,
19-
# 1.57.0 is the MSRV for lightning-transaction-sync
20-
1.57.0]
19+
# 1.59.0 is the MSRV for lightning-transaction-sync
20+
1.59.0]
2121
include:
2222
- toolchain: stable
2323
build-net-tokio: true
@@ -69,7 +69,7 @@ jobs:
6969
build-futures: true
7070
build-no-std: true
7171
build-tx-sync: false
72-
- toolchain: 1.57.0
72+
- toolchain: 1.59.0
7373
build-net-tokio: false
7474
build-no-std: false
7575
build-futures: false

0 commit comments

Comments
 (0)