Skip to content

Commit 24ae779

Browse files
committed
Drop MSRV for no_std to 1.47 as that's what Ubuntu LTS ships with
...but disable it for now given core2 is broken (it claims an MSRV of 1.47 but does not build).
1 parent 3f22905 commit 24ae779

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
1.41.0,
1717
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation
1818
1.45.2,
19-
# 1.49.0 is MSRV for no_std builds using hashbrown
20-
1.49.0]
19+
# 1.47.0 will be the MSRV for no_std builds using hashbrown once core2 is updated
20+
1.47.0]
2121
include:
2222
- toolchain: stable
2323
build-net-tokio: true
@@ -41,8 +41,8 @@ jobs:
4141
build-net-tokio: true
4242
build-no-std: false
4343
coverage: true
44-
- toolchain: 1.49.0
45-
build-no-std: true
44+
- toolchain: 1.47.0
45+
build-no-std: false
4646
runs-on: ${{ matrix.platform }}
4747
steps:
4848
- name: Checkout source code

0 commit comments

Comments
 (0)