-
Notifications
You must be signed in to change notification settings - Fork 828
[backport] Fix no_std
MSRV
#986
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
[backport] Fix no_std
MSRV
#986
Conversation
@@ -1,5 +1,6 @@ | |||
target | |||
Cargo.lock | |||
dep_test |
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.
I mean no reason to add this without adding the test crate, but of course also doesn't hurt anything, so....
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.
I don't get why you mention the test crate. This directory is created in the test.sh
script. This chage, AFAICT, helps devs running the test script with AS_DEPENDENCY
set to true.
Oops, it looks like #985 beat me to the punch ... @tcharding should we close this one or yours? I believe they are identical except for the name of the branch that we're merging into. Why is yours marked DO NOT MERGE? |
I wrote that when the target branch was |
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.
ACK e45f6c7
Merged, tagged and published. |
e45f6c7 bump version to 0.28.1 (Andrew Poelstra) eaaa3d0 [backport] Fix `no_std` MSRV (mcroad) Pull request description: Backport of #690 to 0.28 ACKs for top commit: tcharding: ACK e45f6c7 Tree-SHA512: 5e1459b83044acb2a628e612a45f5be5b05067429fcc7b4c4c46713bd61ee43032bbe52a80a2fc9a3ebe7cb649c2554c6500e7f7d6ea3da35e97150ca6431fc1
Backport of #690 to 0.28