Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: pin allocator-api2 version to build sqlite with rust 1.63
Browse files Browse the repository at this point in the history
notmandatory committed May 13, 2024
1 parent 6ae6a69 commit ef28f2d
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ jobs:
cargo update -p time --precise "0.3.20"
cargo update -p home --precise "0.5.5"
cargo update -p proptest --precise "1.2.0"
cargo update -p allocator-api2 --precise "0.2.10"
- name: Build
run: cargo build ${{ matrix.features }}
- name: Test
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -78,6 +78,11 @@ cargo update -p jobserver --precise "0.1.26"
cargo update -p home --precise "0.5.5"
# proptest 1.4.0 has MSRV 1.65.0
cargo update -p proptest --precise "1.2.0"

# for bdk_sqlite_store
# allocator-api2 0.2.11 has MSRV 1.64.0
# see: https://github.com/zakarumych/allocator-api2/pull/7
cargo update -p allocator-api2 --precise "0.2.10"
```

## License

0 comments on commit ef28f2d

Please sign in to comment.