Set required Rust version on the workspace level and inherit that in all packages.
Details
Details
- Reviewers
tobias_ruck Fabien - Group Reviewers
Restricted Project Restricted Owners Package (Owns No Changed Paths) - Commits
- rABCb5a49c46dc7d: [chronik] Keep required Rust version in one place
mkdir buildChronik && cd buildChronik
cmake -GNinja .. -DBUILD_BITCOIN_CHRONIK=ON
ninja all check-crates
./test/functional/test_runner.py chronik_*
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Please also align the version in bitcoinsuite-core, bitcoinsuite-slp and chronik-bridge Cargo.toml files. After that we should try to have all this in a single place
Comment Actions
Updating D14378: [chronik] Bump Rust version check in Chronik build
Keep required Rust version in one place
Comment Actions
Can you update the title + commit message? The deeper telos now is to move the version to one place, not to set them to the same version (which is a nice side effect now). Otherwise good work