Skip to content

ci(msrv): add ./ci/pin-msrv.sh#169

Closed
AdamuAbba wants to merge 2 commits intobitcoindevkit:masterfrom
AdamuAbba:test-msrv
Closed

ci(msrv): add ./ci/pin-msrv.sh#169
AdamuAbba wants to merge 2 commits intobitcoindevkit:masterfrom
AdamuAbba:test-msrv

Conversation

@AdamuAbba
Copy link

@AdamuAbba AdamuAbba commented Feb 9, 2026

closes #165

Description

Commit - 2d14589:

  • updates the MSRV job to run ./ci/pin-msrv script
  • updates the justfile with an MSRV recipe

Commit - 2ba1274:

  • Modifies the README with instruction to run the MSRV just recipe

@luisschwab saw you had assigned this to yourself 2 weeks ago hope you wouldn't mind me taking some work off your hands?. Also I wasn't sure if it would be better to have the doc change in the same commit so I went with separate commits. Let me know if I missed anything and I'll reiterate, thank you.

Copy link
Collaborator

@oleonardolima oleonardolima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cACK 2ba1274

# Run pre-push suite: format, check, and test
pre-push: fmt check test

# set the rust version to the msrv and pin dependencies
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the pin-msrv.sh is not setting the rust version to 1.75.0.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @oleonardolima thanks for taking time to review this. So I wanted to ask you what route to take on this? I can either uncomment the line that sets the rust version to 1.75.0 in pin-msrv.sh or leave it be and just update the comment here to express that it just pins the dependencies.

- ci: update the MSRV job to run `./ci/pin-msrv` script.
- update `justfile` with MSRV recipe

Signed-off-by: shytypes <abbaadamu302@gmail.com>
Signed-off-by: shytypes <abbaadamu302@gmail.com>
@oleonardolima
Copy link
Collaborator

@AdamuAbba Thanks for working on this one, however as @luisschwab opened the initial issue it've been superseded by #172, feel free to cotinue working on other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add test-msrv recipe

2 participants