-
Notifications
You must be signed in to change notification settings - Fork 134
Remove version number from hyperlight-testing crate dependency #588
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
Conversation
7157f18
to
f9ae1e7
Compare
I think we also need to remove the version.workspace = true from |
How come, I did a dry run publish and it worked |
#580 added the version to |
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.
LGTM
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
f9ae1e7
to
8b99315
Compare
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.
LGTM
…light-dev#588) Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
In #580 a version number was adding to the hyperlight-testing dependency. This caused the Cargo pubish job for the last release to fail.
This PR removes the version number so we don't have to publish the hyperlight-testing crate