Skip to content

Commit

Permalink
core: bump MSRV to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 8, 2024
1 parent 37e58ef commit 194cbcd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
rust:
- version: stable # Stable
- version: 1.60.0 # MSRV
- version: 1.63.0 # MSRV
build-args:
[
"-p keechain-core --no-default-features",
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
matrix:
rust:
- version: stable # Stable
# - version: 1.65.0 # MSRV
build-args:
[
"-p keechain-ffi",
Expand Down
2 changes: 1 addition & 1 deletion keechain-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/yukibtc/keechain"
repository = "https://github.com/yukibtc/keechain.git"
license = "MIT"
keywords = ["bitcoin", "signer", "psbt", "offline"]
rust-version = "1.60.0"
rust-version = "1.63.0"

[features]
default = ["sysinfo"]
Expand Down
4 changes: 0 additions & 4 deletions keechain-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

KeeChain Core library.

## Minimum Supported Rust Version (MSRV)

These crates are built with the Rust language version `2021` and require a minimum compiler version of `1.60.0`

## State

**This library is in an ALPHA state**, things that are implemented generally work but the API will change in breaking ways.
Expand Down

0 comments on commit 194cbcd

Please sign in to comment.