Skip to content

Commit

Permalink
Update MSRV to 1.56.0, Stable to 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed May 24, 2022
1 parent c1daa3f commit 80260e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
rust:
- 1.56.1 # STABLE
- 1.46.0 # MSRV
- 1.60.0 # STABLE
- 1.56.0 # MSRV
features:
- default
- electrum
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add experimental `regtest-*` features to automatically deploy local regtest nodes
(bitcoind, and electrs) while running cli commands.
- Put cached wallet data in separate directories: ~/.bdk-bitcoin/<wallet_name>
- New MSRV set to `1.56`

## [0.4.0]

Expand Down
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ fn main() {

let database_features: Vec<String> = vec![key_value_db, sqlite_db]
.iter()
.map(|f| f.to_owned())
.flatten()
.filter_map(|f| f.to_owned())
.collect();

if database_features.len() > 1 {
Expand Down

0 comments on commit 80260e1

Please sign in to comment.