Drop MSRV to 1.63

Debian bookworm ships with 1.63, and since the change is trivial,
there's little reason to not support people running mempool on
Debian.
This commit is contained in:
Matt Corallo
2023-08-21 04:03:37 +00:00
parent fadc46f3b5
commit 6088fffc09
2 changed files with 10 additions and 8 deletions

View File

@@ -27,8 +27,8 @@ jobs:
node-version: ${{ matrix.node }}
registry-url: "https://registry.npmjs.org"
- name: Install 1.70.x Rust toolchain
uses: dtolnay/rust-toolchain@1.70
- name: Install 1.63.x Rust toolchain
uses: dtolnay/rust-toolchain@1.63
- name: Install
if: ${{ matrix.flavor == 'dev'}}