-
Notifications
You must be signed in to change notification settings - Fork 105
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 dep on semver to 1.0.0 #427
Conversation
203f065
to
c3b1a3b
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. If you don't mind, I might wait on #425. I had a minor comment there, and then I think it's good to go.
@illicitonion sorry for the delay on that, but #425 has been merged. |
07818b7
to
9611ed9
Compare
impl/src/metadata.rs
Outdated
if self.metadata_template.is_none() { | ||
return None; | ||
} | ||
self.metadata_template.as_ref()?; |
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.
Can you store this to a value and use it later on line 532? That'll remove both the unwrap in those lines, and make the intent of this more clear.
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 like it's breaking the bazel build of this by not having serde-derive as a proc macro dependency? I'm not super familiar with the bazel build for this, but does something need to be regenerated? @UebelAndre, not sure if you'd see an obvious thing right away here.
Overall, looks good to me, though.
Yes, if the dependencies are updated, then
Then commit the results and things should be good. PS: @dfreese Can you check slack? |
Yay, rebasing past #441 fixed CI :) |
No description provided.