-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust MSRV, fix VDR Proxy Build #1324
Adjust MSRV, fix VDR Proxy Build #1324
Conversation
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
Note that the failing |
Ahhh I think the vdr proxy build might work if you bump the checkout version to match our new Indy-vdr version/commit that we use around the codebase. I.e. changing this: RUN git checkout c143268 |
Now we're on vdr commit b4dc08b instead |
Also, if possible, I'd avoid raising the MSRV for our crates - which I believe the rust-version in cargo.toml enforces |
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
Ah that'd make sense--trying now 👍
Do we know that our MSRV is 0.79 given the last PR? Meaning, will VCX continue to work on 0.79, even though we're targeting 0.84.1 now? Do we need to in some way validate this via testing, or is that overkill at this stage? |
@JamesKEbert hmm yeah it's a good question, we probably need a reliable way to check what our MSRV actually is.. And then ideally our CI will test compilation of the project at the MSRV, and at the target version as well (which should be pretty close to the latest rust version) I just ran this on vcx: https://github.com/foresterre/cargo-msrv?tab=readme-ov-file
But in terms of future proofing, i think the answer is to run |
Thanks for figuring it out! I'll get it updated on this branch 👍
Agreed! |
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
Also adjusted the README to reflect the MSRV, please critique as you see fit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thanks for the iterations
Missed version updates from #1320 that are breaking some CI checks