-
Notifications
You must be signed in to change notification settings - Fork 240
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
Bump to 0.2.3 #279
Bump to 0.2.3 #279
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b90487a
to
68cebbb
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.
Looks good. Thank you for adding the test for this.
cycles
features in guest in host commandThere 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.
Minor but notable, otherwise looks good.
@@ -137,9 +137,8 @@ fn setup_crate(host_path: PathBuf, rev: Option<String>, tag: Option<String>) -> | |||
fp2, | |||
concat!( | |||
"\n", | |||
"# Generated by cargo-nexus, do not remove!\n", |
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.
Oh I would leave this line in, just remove the one beneath about "This profile".
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.
done in 99bd28e
Summary: Fix missing `cycles` features in guest in host command. Test Plan: Update `test_sdk.sh` to catch missing feature bugs.
Summary:
Fix missing
cycles
features in guest in host command.Test Plan:
Update
test_sdk.sh
to catch missing feature bugs.