Skip to content

Commit

Permalink
Bump up the MSRV to 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Jul 18, 2024
1 parent cfa4e9a commit 16f1701
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
rust:
- stable # STABLE
- 1.63.0 # MSRV
- 1.67.0 # MSRV
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -31,10 +31,6 @@ jobs:
run: $HOME/.cargo/bin/rustup default ${{ matrix.rust }}
- name: Set profile
run: $HOME/.cargo/bin/rustup set profile minimal
- name: Pin dependencies for MSRV
if: matrix.rust == '1.63.0'
run: |
cargo update -p cc --precise "1.0.105"
- name: Fmt
run: cargo fmt -- --check --verbose
- name: "[Pending]Test"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://docs.rs/electrum-client/"
description = "Tapyrus Electrum client library. Supports plaintext, TLS and Onion servers."
keywords = ["tapyrus", "electrum"]
readme = "README.md"
rust-version = "1.63.0"
rust-version = "1.67.0"

# loosely based on https://github.com/evgeniy-scherbina/rust-electrumx-client

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[GitHub Workflow]: https://github.com/bitcoindevkit/rust-electrum-client/actions?query=workflow%3ACI
[Latest Version]: https://img.shields.io/crates/v/electrum-client.svg
[crates.io]: https://crates.io/crates/electrum-client
[MSRV Badge]: https://img.shields.io/badge/rustc-1.63.0%2B-lightgrey.svg
[Rust Blog]: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html
[MSRV Badge]: https://img.shields.io/badge/rustc-1.67.0%2B-lightgrey.svg
[Rust Blog]: https://blog.rust-lang.org/2023/01/26/Rust-1.67.0.html

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.

0 comments on commit 16f1701

Please sign in to comment.