]> Untitled Git - bdk-cli/commitdiff
Merge bitcoindevkit/bdk-cli#211: chore(ci): remove MSRV for bdk-cli
authormerge-script <withtvpeter@gmail.com>
Mon, 25 Aug 2025 17:43:27 +0000 (18:43 +0100)
committermerge-script <withtvpeter@gmail.com>
Mon, 25 Aug 2025 17:43:27 +0000 (18:43 +0100)
126d98b6baec9a4bab7356ef84a4c39b200522fe ci(remove-msrv): remove msrv for the crate (Vihiga Tyonum)

Pull request description:

  This PR fixes #210

  <!-- You can erase any parts of this template not applicable to your Pull Request. -->

  ### Description

  - Updates Rust Edition to 2024
  - Removes MSRV for the project
  - fixes clippy warnings

  <!-- Describe the purpose of this PR, what's being adding and/or fixed -->

  <!-- In this section you can include notes directed to the reviewers, like explaining why some parts
  of the PR were done in a specific way -->

  <!-- Notice the release manager should include in the release tag message changelog -->
  <!-- See https://keepachangelog.com/en/1.0.0/ for examples -->

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
  * [x] I ran `cargo fmt` and `cargo clippy` before committing

  #### Bugfixes:

  * [ ] This pull request breaks the existing API
  * [ ] I've added tests to reproduce the issue which are now passing
  * [x] I'm linking the issue being fixed by this PR

  ### New Features:

  * [ ] I've added tests for the new feature
  * [x] I've added docs for the new feature
  * [x] I've updated `CHANGELOG.md`

ACKs for top commit:
  notmandatory:
    ACK 126d98b6baec9a4bab7356ef84a4c39b200522fe

Tree-SHA512: cc8109103dac6a669b8cef63939c4fd7bf52ac24985f96b6e7bcae138113dcbf902d12bf46cca3c1b83f1fce28cf9ac8b782a1b07ddd32ed8b7d9447325b0b99


Trivial merge