-
Notifications
You must be signed in to change notification settings - Fork 18
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.3.0. #30
Bump to 0.3.0. #30
Conversation
@@ -17,7 +17,7 @@ | |||
# | |||
[package] | |||
name = "e2e" | |||
version = "0.2.0" | |||
version = "0.0.0" |
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.
Change to 0.0.0
because the version of e2e isn't important.
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.
0.0.0 means using the latest version?
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.
Should mean there is no version, since it doesn't have to be published to crates.io
, it doesn't matter.
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 does this guarantee it would use the latest build version?
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.
This line insures to use the latest version.
skywalking-rust/e2e/Cargo.toml
Line 27 in d14a0bd
skywalking = { path = ".." } |
There is a question, does e2e source code have to be included to |
Once users are not being affected, then it is not an issue. You could choose a way which is more convenience for developers. |
Then it's fine. |
No description provided.